diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-21 20:09:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-21 20:09:47 +0000 |
commit | 63a5d014fd80edef4e5e70204028c6da025f37dd (patch) | |
tree | 68b7abc006bb897c1d86aa3c1833120bc0ec1981 /graphics/gimp-devel/files/patch-configure | |
parent | Update to 0.11 (diff) |
- Update to 2.2.p1
- Use libtool
- Use new DISTVERSION
Approved by: pav (co mentor)
Notes
Notes:
svn path=/head/; revision=122091
Diffstat (limited to 'graphics/gimp-devel/files/patch-configure')
-rw-r--r-- | graphics/gimp-devel/files/patch-configure | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure index 3d3ad15c49f5..6dab9ee3a629 100644 --- a/graphics/gimp-devel/files/patch-configure +++ b/graphics/gimp-devel/files/patch-configure @@ -1,13 +1,15 @@ ---- configure.orig Sun Nov 7 10:44:21 2004 -+++ configure Sun Nov 7 10:45:48 2004 -@@ -33311,8 +33311,8 @@ +--- configure.orig Sun Nov 21 08:44:04 2004 ++++ configure Sun Nov 21 08:46:24 2004 +@@ -33676,9 +33676,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.0" - gimpsysconfdir="$sysconfdir/$PACKAGE/2.0" ++gimpplugindir="$libexecdir/$PACKAGE/2.2" ++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2" localedir='${prefix}/${DATADIRNAME}/locale' + |