diff options
author | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-10-03 22:34:44 +0000 |
commit | d075bf0f8668353d166ce921b27af99b645d652c (patch) | |
tree | 345dd3d2608a097c43d147cb2254e11aebc56937 /archivers/ark | |
parent | 12070fd54292e566eff0731d16ec6b3f9ae58e60 (diff) | |
download | ports-d075bf0f8668353d166ce921b27af99b645d652c.tar.gz ports-d075bf0f8668353d166ce921b27af99b645d652c.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>
Notes
Notes:
svn path=/head/; revision=90174
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 3 | ||||
-rw-r--r-- | archivers/ark/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index e6b19aed20dd..859e72f5166a 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -59,7 +59,4 @@ post-patch: .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -pre-configure:: - ${REINPLACE_CMD} -e 's@-pedantic @@g' ${WRKSRC}/configure - .include <bsd.port.post.mk> diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index 63c835a5f2a2..2ac005c8ff12 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/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 |