diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-14 20:28:22 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-14 20:28:22 +0800 |
commit | 65b7a2b75202e8f76ff0b2716d3d07c5007114fa (patch) | |
tree | e44692f79cdbdc96cded7f5ea28486f5fb4ed358 /graphics | |
parent | a6a14bc5effd7838105904ccefedfa1ed9b3de37 (diff) | |
download | marcuscom-ports-65b7a2b75202e8f76ff0b2716d3d07c5007114fa.tar.gz marcuscom-ports-65b7a2b75202e8f76ff0b2716d3d07c5007114fa.tar.zst marcuscom-ports-65b7a2b75202e8f76ff0b2716d3d07c5007114fa.zip |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libgxps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <gustau.perez@gmail.com> # $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 <bsd.port.mk> |