summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarkd <markd>2005-09-22 08:41:18 +0000
committermarkd <markd>2005-09-22 08:41:18 +0000
commitb13ae735fff371f80813c2c772d0c688b096d2b7 (patch)
tree08dc68aa40015acbe5f83407320562d0f9b296b6 /x11
parent9bfffc76987952bbe79f48bc2a7f74e3f99e7329 (diff)
downloadpkgsrc-b13ae735fff371f80813c2c772d0c688b096d2b7.tar.gz
Fix the problem reported in PR pkg/31169 and the same problem in the
kdepim3 package. On Solaris nawk can't handle the length of the lines generated for config.status.overridden for these two packages, so get pkgsrc itself to use gawk for these packages by adding USE_TOOLS+=gawk:pkgsrc.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdebase3/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 958448be480..3b79d27d556 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2005/09/16 12:10:39 markd Exp $
+# $NetBSD: Makefile,v 1.91 2005/09/22 08:41:18 markd Exp $
DISTNAME= kdebase-${_KDE_VERSION}
PKGREVISION= 2
@@ -66,6 +66,10 @@ RCD_SCRIPTS= kdm
LIBS.NetBSD+= ${EXPORT_SYMBOLS_LDFLAGS}
+.if ${OPSYS} == "SunOS"
+USE_TOOLS+= gawk:pkgsrc
+.endif
+
PLIST_SRC= ${WRKDIR}/PLIST.Xdpms
_KDE3_EXTRA_INCLUDES= ${LOCALBASE}/include:${X11BASE}/include:${BUILDLINK_PREFIX.freetype2}/include/freetype2