aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde3/Makefile.kde
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-11-08 08:34:12 +0800
committerlofi <lofi@FreeBSD.org>2004-11-08 08:34:12 +0800
commit0b6556548ebcb9a70fb027fc2988bb9562f679be (patch)
tree72c0b28822f6f58acdadcc22fe8e3042ef14ec20 /x11/kde3/Makefile.kde
parent38539b8ae1b566d4fa23f20138a9d8ee76a6f291 (diff)
downloadfreebsd-ports-gnome-0b6556548ebcb9a70fb027fc2988bb9562f679be.tar.gz
freebsd-ports-gnome-0b6556548ebcb9a70fb027fc2988bb9562f679be.tar.zst
freebsd-ports-gnome-0b6556548ebcb9a70fb027fc2988bb9562f679be.zip
Update to KDE 3.3.1
Diffstat (limited to 'x11/kde3/Makefile.kde')
-rw-r--r--x11/kde3/Makefile.kde7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/kde3/Makefile.kde b/x11/kde3/Makefile.kde
index f7bc1fbbed54..4c2546f2a48c 100644
--- a/x11/kde3/Makefile.kde
+++ b/x11/kde3/Makefile.kde
@@ -4,6 +4,9 @@
# very likely to apply outside of KDE core modules. Nonetheless, also
# provide variables to remove one or more of these.
#
+# DON'T INCLUDE THIS FILE FROM YOUR PORT. THIS FILE SHOULD BE CONSIDERED OFF-
+# LIMITS FOR ANY MAINTAINER != kde@freebsd.org
+#
# $FreeBSD$
CONFIGURE_ARGS?=
@@ -92,11 +95,11 @@ _NO_KDE_FIXPTHREAD= yes
.if !defined(_NO_KDE_FIXPTHREAD)
USE_REINPLACE= yes
+CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
+EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
pre-configure: kde-fix-configure kde-fix-ltmain.sh
kde-fix-configure:
- ${REINPLACE_CMD} "s,-pedantic,,g; \
- s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
kde-fix-ltmain.sh:
${REINPLACE_CMD} "s, | .*freebsd\*)$$,*),g" ${WRKSRC}/admin/ltmain.sh