summaryrefslogtreecommitdiff
path: root/x11/gtk2/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-06-15 15:48:50 +0000
committerdrochner <drochner@pkgsrc.org>2011-06-15 15:48:50 +0000
commit5106b1a39dc0891d60c20c510eacd321f497c6d0 (patch)
treed665f43ddc10fbf49b6d69df81bf5a197109264f /x11/gtk2/patches
parent6b39c80cefdd612ef5bdc620fe3f26d0bbf763fb (diff)
downloadpkgsrc-5106b1a39dc0891d60c20c510eacd321f497c6d0.tar.gz
comment out two non-portable shell variable substitutions and revert
the "bash" requirement for "configure", works around build problems due to unresolved problems with bash on Dragonfly (PR pkg/45059 by Matthias Rampke)
Diffstat (limited to 'x11/gtk2/patches')
-rw-r--r--x11/gtk2/patches/patch-af21
1 files changed, 18 insertions, 3 deletions
diff --git a/x11/gtk2/patches/patch-af b/x11/gtk2/patches/patch-af
index 57ba77c8148..8eccca313e4 100644
--- a/x11/gtk2/patches/patch-af
+++ b/x11/gtk2/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.19 2010/11/15 18:28:45 drochner Exp $
+$NetBSD: patch-af,v 1.20 2011/06/15 15:48:50 drochner Exp $
---- configure.orig 2010-09-23 14:27:27.000000000 +0000
+--- configure.orig 2011-04-01 21:41:11.000000000 +0000
+++ configure
-@@ -21936,7 +21936,7 @@ _ACEOF
+@@ -22773,7 +22773,7 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
@@ -11,3 +11,18 @@ $NetBSD: patch-af,v 1.19 2010/11/15 18:28:45 drochner Exp $
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+@@ -24724,10 +24724,10 @@ $as_echo "$found_introspection" >&6; }
+ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
+ 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_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
+- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
++# INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
++# INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
++# INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
++# INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$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