summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-02 11:13:57 +0000
committerrillig <rillig@pkgsrc.org>2007-11-02 11:13:57 +0000
commitb276aa9d2d6852afbd7ae929474ed4be8fd47455 (patch)
treef0d460187efd8bd8764229d0576aaa361d0b9caa
parent6ac445039cafec12e0c036aa43bc1b0d5ea154eb (diff)
downloadpkgsrc-b276aa9d2d6852afbd7ae929474ed4be8fd47455.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.
-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"