summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormarkd <markd>2007-02-28 11:12:33 +0000
committermarkd <markd>2007-02-28 11:12:33 +0000
commit640e7bd90d77e51d9081b889a469474533e065f8 (patch)
tree0a28e8dcdda14977f8e11f209a11ec49ea5a36b4 /meta-pkgs
parent3c4823c29fcbef1f0a207751fb3660d4b1c38049 (diff)
downloadpkgsrc-640e7bd90d77e51d9081b889a469474533e065f8.tar.gz
On NetBSD don't try to use PIE linking. Its not supported on NetBSD
and breaks things for macppc. Problem noted by Michael Lorenz.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/kde3/kde3.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/kde3/kde3.mk b/meta-pkgs/kde3/kde3.mk
index 362f8842a3e..eadc4470d34 100644
--- a/meta-pkgs/kde3/kde3.mk
+++ b/meta-pkgs/kde3/kde3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: kde3.mk,v 1.14 2007/01/26 02:36:14 markd Exp $
+# $NetBSD: kde3.mk,v 1.15 2007/02/28 11:12:33 markd Exp $
#
# This Makefile fragment is included by packages that use the KDE3
# configure-and-build process.
@@ -50,6 +50,10 @@ BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined
GCC_REQD+= 3.3
.endif
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+= --disable-pie
+.endif
+
KDEDIR?= ${PREFIX}
QTDIR?= ${PREFIX}/qt3