pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/libgnomeprint Explicitly disable the PAPI suppor...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a4cf2535e6f7
branches: trunk
changeset: 534849:a4cf2535e6f7
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Nov 02 11:13:57 2007 +0000
description:
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:
print/libgnomeprint/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 87c218f59b71 -r a4cf2535e6f7 print/libgnomeprint/Makefile
--- a/print/libgnomeprint/Makefile Fri Nov 02 10:31:21 2007 +0000
+++ b/print/libgnomeprint/Makefile Fri Nov 02 11:13:57 2007 +0000
@@ -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 @@
PLIST_SUBST+= USE_CUPS="@comment "
.endif
+CONFIGURE_ARGS+= --without-papi
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
Home |
Main Index |
Thread Index |
Old Index