From d075bf0f8668353d166ce921b27af99b645d652c Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 3 Oct 2003 22:34:44 +0000 Subject: Fix the -pthread problem in case the option gets removed again. This patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot Lauri Watts Andy Fawcett --- audio/arts/files/patch-configure | 47 ---------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 audio/arts/files/patch-configure (limited to 'audio/arts/files/patch-configure') diff --git a/audio/arts/files/patch-configure b/audio/arts/files/patch-configure deleted file mode 100644 index 72d9d6ceb310..000000000000 --- a/audio/arts/files/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ ---- configure.orig Wed Aug 20 13:08:00 2003 -+++ configure Wed Aug 20 13:07:43 2003 -@@ -2906,7 +2906,7 @@ - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+ CFLAGS="" - else - CFLAGS= - fi -@@ -3454,7 +3454,7 @@ - CFLAGS="-g -O2 $CFLAGS" - fi - else -- CFLAGS="-O2 $CFLAGS" -+ CFLAGS="$CFLAGS" - fi - fi - -@@ -3694,7 +3694,7 @@ - fi - else - if test "$GXX" = yes; then -- CXXFLAGS="-O2" -+ CXXFLAGS="" - else - CXXFLAGS= - fi -@@ -4051,7 +4051,7 @@ - if test "$CXX" = "KCC"; then - CXXFLAGS="+K3 $CXXFLAGS" - else -- CXXFLAGS="-O2 $CXXFLAGS" -+ CXXFLAGS="$CXXFLAGS" - fi - fi - fi -@@ -26467,7 +26467,7 @@ - - - --for ac_func in socket snprintf vsnprintf seteuid setegid random strfmon stpcpy mkstemp setmntent gettimeofday -+for ac_func in socket snprintf vsnprintf seteuid setegid random strfmon stpcpy mkstemp setmntent gettimeofday vasprintf - do - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_func" >&5 -- cgit v1.2.3