diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-17 02:54:56 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-17 02:54:56 +0800 |
commit | 498675ca43a9b1fc23b602982775bdb4322999b7 (patch) | |
tree | 309a49e47bfda45441567fac5970258f2769f869 /x11-toolkits | |
parent | f7cd8ecb69670dc3806ab357c9cee2584509859d (diff) | |
download | marcuscom-ports-498675ca43a9b1fc23b602982775bdb4322999b7.tar.gz marcuscom-ports-498675ca43a9b1fc23b602982775bdb4322999b7.tar.zst marcuscom-ports-498675ca43a9b1fc23b602982775bdb4322999b7.zip |
Fix the sparc64 build.
Submitted by: Super Bisquit <superbisquit@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15829 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 2d284ffe7..f35f2e040 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,7 +3,7 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.31 2011/04/04 08:39:28 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.32 2011/04/15 16:26:07 kwm Exp $ # PORTNAME= gtk @@ -48,7 +48,8 @@ CONFIGURE_ARGS= --enable-static --enable-xinput=yes CONFIGURE_ARGS+=--enable-gtk2-dependency CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml |