diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-07-25 19:35:08 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-07-25 19:35:08 +0000 |
commit | 65898b3f67b3d8e8a17dca6914405aded77c8962 (patch) | |
tree | e78e9c70bc1a3c88055a240791ca22ed62d1f879 /databases/libgda4/files/patch-configure | |
parent | Chase libevent update, bump the PORTREVISION on those. (diff) |
Presenting GNOME 2.30.2. for FreeBSD.
Notes
Notes:
svn path=/head/; revision=258246
Diffstat (limited to 'databases/libgda4/files/patch-configure')
-rw-r--r-- | databases/libgda4/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/libgda4/files/patch-configure b/databases/libgda4/files/patch-configure new file mode 100644 index 000000000000..6e42fcfab8ff --- /dev/null +++ b/databases/libgda4/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig 2010-06-23 23:07:54.000000000 +0200 ++++ configure 2010-06-23 23:09:57.000000000 +0200 +@@ -18629,9 +18629,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 |