diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-02 15:17:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-02 15:17:29 +0000 |
commit | 8c9b5bee0dd598499c0cf41649929fdefe85660c (patch) | |
tree | 82e59c577a0205fd95cca04dbf96376f15aaf3e3 /graphics/gdk-pixbuf2/patches | |
parent | fd9e373a7a06fefdce0039e58c8817cae6813b07 (diff) | |
download | pkgsrc-8c9b5bee0dd598499c0cf41649929fdefe85660c.tar.gz |
add gdk-pixbuf2-2.22.0
gdk-pixbuf was integrated into gtk2 a while ago, but was split out
again now. gdk-pixbuf2 can coexist with gdk-pixbuf1.
This pkg conflicts with the current gtk2 pkg, but since it will be
low in the dependency tree once deployed it would be good to see
bulk build results before gtk2 is updated to 2.22 which will require it.
Diffstat (limited to 'graphics/gdk-pixbuf2/patches')
-rw-r--r-- | graphics/gdk-pixbuf2/patches/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf2/patches/patch-aa b/graphics/gdk-pixbuf2/patches/patch-aa new file mode 100644 index 00000000000..d4a1d1562fb --- /dev/null +++ b/graphics/gdk-pixbuf2/patches/patch-aa @@ -0,0 +1,25 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/11/02 15:17:29 drochner Exp $ + +--- configure.orig 2010-09-21 18:28:58.000000000 +0000 ++++ configure +@@ -18183,9 +18183,9 @@ $as_echo "$found_introspection" >&6; } + 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=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)} + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" +- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)} ++# 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 +@@ -18592,7 +18592,7 @@ rm -f core conftest.err conftest.$ac_obj + fi + + +-if test "x${enable_Bsymbolic}" == "xyes"; then ++if test "x${enable_Bsymbolic}" = "xyes"; then + GDK_PIXBUF_LINK_FLAGS=-Wl,-Bsymbolic-functions + fi + |