diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 22:24:59 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 22:24:59 +0800 |
commit | e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b (patch) | |
tree | 10f9776e1c0522b69eb92e8e8fe77c1dcc8cc6fe /graphics/gimp-app/files/patch-configure | |
parent | 333a42158ad3a4afa17c090546a0e486c83f3edc (diff) | |
download | marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar.gz marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar.bz2 marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar.lz marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar.xz marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.tar.zst marcuscom-ports-e99e7fe1f1854c5ed9e3e7c9e3af24a33142f18b.zip |
Chase poppler
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10826 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app/files/patch-configure')
-rw-r--r-- | graphics/gimp-app/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-configure b/graphics/gimp-app/files/patch-configure new file mode 100644 index 000000000..1a89a1cc2 --- /dev/null +++ b/graphics/gimp-app/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Thu Nov 23 15:16:53 2006 ++++ configure Sun Dec 31 19:29:32 2006 +@@ -29404,6 +29404,7 @@ + if test "x$enable_gtktest" = "xyes" ; then + ac_save_CFLAGS="$CFLAGS" + ac_save_LIBS="$LIBS" ++ GTK_LIBS="$GIMP_THREAD_LIBS $GTK_LIBS" + CFLAGS="$CFLAGS $GTK_CFLAGS" + LIBS="$GTK_LIBS $LIBS" + rm -f conf.gtktest +@@ -38514,9 +38515,9 @@ + fi + + +-gimpdatadir="$datadir/$PACKAGE/2.0" +-gimpplugindir="$libdir/$PACKAGE/2.0" +-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpdatadir="$datadir/$PACKAGE" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" + + + |