diff options
author | will <will@FreeBSD.org> | 2003-10-04 06:34:44 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-10-04 06:34:44 +0800 |
commit | 8f83b0f304ffe579fd4a068d613cf47bb015e5a8 (patch) | |
tree | 14d060b659c29b8e11092216ba0d95308a108c5c /x11/kdelibs4 | |
parent | 2205ebb5c60a6843e652faa33a5623131e615aff (diff) | |
download | freebsd-ports-gnome-8f83b0f304ffe579fd4a068d613cf47bb015e5a8.tar.gz freebsd-ports-gnome-8f83b0f304ffe579fd4a068d613cf47bb015e5a8.tar.zst freebsd-ports-gnome-8f83b0f304ffe579fd4a068d613cf47bb015e5a8.zip |
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 <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r-- | x11/kdelibs4/distinfo | 2 | ||||
-rw-r--r-- | x11/kdelibs4/files/patch-configure | 38 |
2 files changed, 2 insertions, 38 deletions
diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index 60ea331ded3c..592382dac09e 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1 +1,3 @@ MD5 (KDE/kdelibs-3.1.4.tar.bz2) = 82c265de78d53c7060a09c5cb1a78942 +MD5 (KDE/kdelibs-2003092201-configure.tar.bz2) = 24127f6cb3ce49450e7f0292918ab8ad +MD5 (KDE/patch-ltmain.sh) = 44696638ed79bdd194c6f72442509fe1 diff --git a/x11/kdelibs4/files/patch-configure b/x11/kdelibs4/files/patch-configure deleted file mode 100644 index 6ddc066122cd..000000000000 --- a/x11/kdelibs4/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Thu Jan 30 15:08:09 2003 -+++ configure Thu Jan 30 15:08:30 2003 -@@ -2813,7 +2813,7 @@ - fi - else - if test "$GCC" = yes; then -- CFLAGS="-O2" -+ CFLAGS="" - else - CFLAGS= - fi -@@ -3220,7 +3220,7 @@ - CFLAGS="-g -O2 $CFLAGS" - fi - else -- CFLAGS="-O2 $CFLAGS" -+ CFLAGS="$CFLAGS" - fi - fi - -@@ -3462,7 +3462,7 @@ - fi - else - if test "$GXX" = yes; then -- CXXFLAGS="-O2" -+ CXXFLAGS="" - else - CXXFLAGS= - fi -@@ -3811,7 +3811,7 @@ - if test "$CXX" = "KCC"; then - CXXFLAGS="+K3 $CXXFLAGS" - else -- CXXFLAGS="-O2 $CXXFLAGS" -+ CXXFLAGS="$CXXFLAGS" - fi - fi - fi |