From 8f83b0f304ffe579fd4a068d613cf47bb015e5a8 Mon Sep 17 00:00:00 2001 From: will 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 --- security/kgpg-kde4/Makefile | 3 --- security/kgpg-kde4/distinfo | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'security/kgpg-kde4') diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index e6b19aed20dd..859e72f5166a 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -59,7 +59,4 @@ post-patch: .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -pre-configure:: - ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure - .include diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo index 63c835a5f2a2..2ac005c8ff12 100644 --- a/security/kgpg-kde4/distinfo +++ b/security/kgpg-kde4/distinfo @@ -1 +1,3 @@ MD5 (KDE/kdeutils-3.1.4.tar.bz2) = 98da1b32714e38208a3cc21efc77f627 +MD5 (KDE/kdeutils-2003092201-configure.tar.bz2) = 45fbd8e67d28e07c47ed06833c380d19 +MD5 (KDE/patch-ltmain.sh) = 44696638ed79bdd194c6f72442509fe1 -- cgit