diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-10-25 00:08:05 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-10-25 00:08:05 +0000 |
commit | 16ba0c09e93179128e1f659ca3442e1b735beffb (patch) | |
tree | e463f70a68cac11ba9891d8c2cd9ad59171f7349 /graphics/gimp-app-devel/files/patch-configure | |
parent | - Update to 4.2p1 (diff) |
Remove gimp-devel and friends since gimp 2.4.0 is now in ports
Notes
Notes:
svn path=/head/; revision=201953
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-configure')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-configure | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure deleted file mode 100644 index 1a89a1cc26f4..000000000000 --- a/graphics/gimp-app-devel/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- 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" - - - |