diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 14:32:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-13 14:32:28 +0800 |
commit | 4c427dfb72bba2614233a7487aa1a49fe23dcb7c (patch) | |
tree | e2cd89cf59503d7f1230a1d4f8bbb3ec3796eab5 /graphics/gimp-devel/files/patch-configure | |
parent | a82420962b6d3d357fd0e7298be94f049e20927d (diff) | |
download | marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.gz marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.bz2 marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.lz marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.xz marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.tar.zst marcuscom-ports-4c427dfb72bba2614233a7487aa1a49fe23dcb7c.zip |
Add gimp-devel and update to 1.3.20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1208 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-devel/files/patch-configure')
-rw-r--r-- | graphics/gimp-devel/files/patch-configure | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gimp-devel/files/patch-configure b/graphics/gimp-devel/files/patch-configure new file mode 100644 index 000000000..f05feba3b --- /dev/null +++ b/graphics/gimp-devel/files/patch-configure @@ -0,0 +1,22 @@ +--- configure.orig Thu Oct 10 18:44:32 2002 ++++ configure Fri Oct 11 12:52:28 2002 +@@ -1462,7 +1462,7 @@ + + + LT_RELEASE=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-LT_CURRENT=`expr $GIMP_MICRO_VERSION - $GIMP_INTERFACE_AGE` ++LT_CURRENT=2 + LT_REVISION=$GIMP_INTERFACE_AGE + LT_AGE=`expr $GIMP_BINARY_AGE - $GIMP_INTERFACE_AGE` + LT_CURRENT_MINUS_AGE=`expr $LT_CURRENT - $LT_AGE` +@@ -17657,8 +17658,8 @@ + fi + fi; + +-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION +-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION ++gimpdatadir=$datadir/$PACKAGE ++gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION + gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION + + localedir='${prefix}/${DATADIRNAME}/locale' |