diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-14 09:11:19 +0000 |
commit | 0fa56c08b1eae63dc02d0092f022f344184fb8f2 (patch) | |
tree | ca9ce5ecf3dedd75a02c976d5fdc5e7a991f6c60 /graphics/gimp-devel/files/patch-configure | |
parent | Simple commandline wrapper around gpg that makes it store its passphrase (diff) |
- Readd gimp-devel
Approved by: portmgr (marcus, kris)
Notes
Notes:
svn path=/head/; revision=175287
Diffstat (limited to 'graphics/gimp-devel/files/patch-configure')
-rw-r--r-- | graphics/gimp-devel/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure new file mode 100644 index 000000000000..da42f67f8ca6 --- /dev/null +++ b/graphics/gimp-devel/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Sun Mar 6 15:30:12 2005 ++++ configure Sun Mar 6 15:33:57 2005 +@@ -25925,6 +25925,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 +@@ -33865,9 +33866,9 @@ + fi + 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" + + localedir='${prefix}/${DATADIRNAME}/locale' + |