summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk20/files/patch-configure
diff options
context:
space:
mode:
authoravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-13 00:38:23 +0800
committeravl <avl@df743ca5-7f9a-e211-a948-0013205c9059>2010-01-13 00:38:23 +0800
commite1946cbf40e39614547b6fa22cd004079ff9dbaf (patch)
treee823b76b87d39bc6e3b524c3c8346ae6afe22a3a /x11-toolkits/gtk20/files/patch-configure
parent2e1fd7b2aad7d04760b40aa53bd62a3abde82541 (diff)
downloadmarcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar.gz
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar.bz2
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar.lz
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar.xz
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.tar.zst
marcuscom-ports-e1946cbf40e39614547b6fa22cd004079ff9dbaf.zip
Update to 2.19.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13444 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk20/files/patch-configure')
-rw-r--r--x11-toolkits/gtk20/files/patch-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-toolkits/gtk20/files/patch-configure b/x11-toolkits/gtk20/files/patch-configure
index d32cd0e73..06a6f7b9f 100644
--- a/x11-toolkits/gtk20/files/patch-configure
+++ b/x11-toolkits/gtk20/files/patch-configure
@@ -12,15 +12,3 @@
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
-@@ -33913,9 +33913,9 @@
-
- # Hack around introspection installing into an absolute path breaking distcheck
- tmp=`pkg-config --variable=datadir gobject-introspection-1.0`
--INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$tmp/\$(datadir)}
-+INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${tmp}|\\\$(datadir)|"`
- tmp=`pkg-config --variable=libdir gobject-introspection-1.0`
--INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$tmp/\$(libdir)}
-+INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${tmp}|\\\$(libdir)|"`
-
- ##################################################
- # Checks for gtk-doc and docbook-tools