summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-02 11:13:57 +0000
committerrillig <rillig>2007-11-02 11:13:57 +0000
commitb0d248843aed97fd26224d90cf295408cadd9f5e (patch)
treef0d460187efd8bd8764229d0576aaa361d0b9caa /print
parent3634b1b91fbb031a2e67e4257fe8330f9958249d (diff)
downloadpkgsrc-b0d248843aed97fd26224d90cf295408cadd9f5e.tar.gz
Explicitly disable the PAPI support, since it is not mentioned in the
PLIST. It got detected on Solaris 10 automatically, and the build failed because of extra files in LOCALBASE.
Diffstat (limited to 'print')
-rw-r--r--print/libgnomeprint/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index de278c9582f..60d69287eb1 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2007/09/21 13:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2007/11/02 11:13:57 rillig Exp $
#
DISTNAME= libgnomeprint-2.18.2
@@ -37,6 +37,8 @@ CONFIGURE_ARGS+= --without-cups
PLIST_SUBST+= USE_CUPS="@comment "
.endif
+CONFIGURE_ARGS+= --without-papi
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"