patch: configure - makedep errors on -pthread

stirling stirling at kc.rr.com
Fri Feb 6 18:32:39 CST 2004


Quick fix for a `make depend` error when arts was built with -pthread.
Specifically, makedep chokes with
"Unknown option '-pthread'"
if ARTSINCL merely equals ARTSC_CFLAGS without any vetting

Changelog
0.1 - Feb. 6, 2004 - Initial release. Works for me.

--- wine-cvs/configure  2004-02-06 15:39:45.000000000 -0600
+++ wine-artspatch/configure    2004-02-06 15:43:53.000000000 -0600
@@ -11230,7 +11230,7 @@
   (exit $ac_status); }; }; then
   ARTSLIBS=$ARTSC_LIBS

-         ARTSINCL=$ARTSC_CFLAGS
+         ARTSINCL=`artsc-config --cflags | sed 's/\-pthread//'`


cat >>confdefs.h <<\_ACEOF






More information about the wine-patches mailing list