From 65b7a2b75202e8f76ff0b2716d3d07c5007114fa Mon Sep 17 00:00:00 2001 From: gusi Date: Thu, 14 Aug 2014 12:28:22 +0000 Subject: Disable introspection support to allow the build of libgxps until a fix is found. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19810 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/libgxps/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index 0e914d40d..5d620d8f2 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -1,6 +1,6 @@ # Created by: Gustau Perez # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/graphics/libgxps/Makefile 19809 2014-08-14 07:53:59Z gusi $ PORTNAME= libgxps PORTVERSION= 0.2.2 @@ -23,6 +23,7 @@ USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -larchive +CONFIGURE_ARGS+= --enable-introspection=no INSTALL_TARGET= install-strip .include -- cgit