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 /net-im | |
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 'net-im')
-rw-r--r-- | net-im/kmerlin/Makefile | 1 | ||||
-rw-r--r-- | net-im/kmess-kde4/Makefile | 1 | ||||
-rw-r--r-- | net-im/kmess/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile index 6e864f3b254f..d373f446d043 100644 --- a/net-im/kmerlin/Makefile +++ b/net-im/kmerlin/Makefile @@ -19,6 +19,7 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+= --prefix=${LOCALBASE} +_NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" diff --git a/net-im/kmess-kde4/Makefile b/net-im/kmess-kde4/Makefile index 5ea878a59b83..e4f43afa7790 100644 --- a/net-im/kmess-kde4/Makefile +++ b/net-im/kmess-kde4/Makefile @@ -20,6 +20,7 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes +_NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> pre-patch: diff --git a/net-im/kmess/Makefile b/net-im/kmess/Makefile index 5ea878a59b83..e4f43afa7790 100644 --- a/net-im/kmess/Makefile +++ b/net-im/kmess/Makefile @@ -20,6 +20,7 @@ USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_REINPLACE= yes USE_GMAKE= yes +_NO_KDE_FIXPTHREAD= yes .include <bsd.port.pre.mk> pre-patch: |