X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=pthreads%2Fmingw32-pthreads-2.8.0-use-wine-for-tests.patch;fp=pthreads%2Fmingw32-pthreads-2.8.0-use-wine-for-tests.patch;h=b5cf1f27be6a61f37ea7bd3bd049c3e9ff3996dc;hb=6344cabcbd92bcae198d512158022601f0e1fcdd;hp=0000000000000000000000000000000000000000;hpb=1f5f4a02650d8b5d55d5dffd09485ffae9da7d55;p=fedora-mingw.git diff --git a/pthreads/mingw32-pthreads-2.8.0-use-wine-for-tests.patch b/pthreads/mingw32-pthreads-2.8.0-use-wine-for-tests.patch new file mode 100644 index 0000000..b5cf1f2 --- /dev/null +++ b/pthreads/mingw32-pthreads-2.8.0-use-wine-for-tests.patch @@ -0,0 +1,26 @@ +--- pthreads-w32-2-8-0-release/tests/GNUmakefile.orig 2008-10-10 14:16:03.000000000 +0100 ++++ pthreads-w32-2-8-0-release/tests/GNUmakefile 2008-10-10 14:19:06.000000000 +0100 +@@ -316,20 +316,20 @@ + + sizes.pass: sizes.exe + @ $(ECHO) Running $* +- $< > SIZES.$(TEST) ++ wine $< > SIZES.$(TEST) + @ $(CAT) SIZES.$(TEST) + @ $(ECHO) Passed + @ $(TOUCH) $@ + + %.pass: %.exe + @ $(ECHO) Running $* +- $* ++ wine $* + @ $(ECHO) Passed + @ $(TOUCH) $@ + + %.bench: $(LIB) $(DLL) $(HDR) $(QAPC) $(XXLIBS) %.exe + @ $(ECHO) Running $* +- $* ++ wine $* + @ $(ECHO) Done + @ $(TOUCH) $@ +