From b0d248843aed97fd26224d90cf295408cadd9f5e Mon Sep 17 00:00:00 2001 From: rillig Date: Fri, 2 Nov 2007 11:13:57 +0000 Subject: 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. --- print/libgnomeprint/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'print') 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" -- cgit v1.2.3