summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30/files/patch-configure
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 08:29:38 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-12-01 08:29:38 +0800
commit55f46d63725275cb0122a52bef4ab28ac96b5b55 (patch)
tree8d381277478f321d988b204eee2e9951ed17a237 /x11-toolkits/gtk30/files/patch-configure
parentc9ec2b8ebcdf534f43ea6613c87af2f46b339fa1 (diff)
downloadmarcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar.gz
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar.bz2
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar.lz
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar.xz
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.tar.zst
marcuscom-ports-55f46d63725275cb0122a52bef4ab28ac96b5b55.zip
Update to 2.91.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14920 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/files/patch-configure')
-rw-r--r--x11-toolkits/gtk30/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/gtk30/files/patch-configure b/x11-toolkits/gtk30/files/patch-configure
new file mode 100644
index 000000000..06a6f7b9f
--- /dev/null
+++ b/x11-toolkits/gtk30/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure.orig 2009-12-26 21:41:27.000000000 +0100
++++ configure 2009-12-26 21:51:04.000000000 +0100
+@@ -33884,9 +33884,9 @@
+ INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
+ INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
+ INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
+- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
++ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
+ INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
+- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
++ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
+ INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
+ INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
+ INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection