diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-08-18 06:03:21 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-08-18 06:03:21 +0000 |
commit | 9ff6940c8e779361ab31eed613d6561898d1195f (patch) | |
tree | 4aa97f804b4d394ddcfa97f37c70ccce9a6f1b0f /graphics/gimp-app-devel/files/patch-configure | |
parent | use absolute path (diff) |
Upgrade to 1.2.2
Done by : vanilla
Fix vinum for several days before bad scsi cable got fixed (Arrrgh !),
and finally lost all his /home and ssh key : vanilla
Notes
Notes:
svn path=/head/; revision=46408
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-configure')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-configure | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure new file mode 100644 index 000000000000..69147a9d40c7 --- /dev/null +++ b/graphics/gimp-app-devel/files/patch-configure @@ -0,0 +1,34 @@ +--- configure.orig Fri Jul 27 02:13:35 2001 ++++ configure Wed Aug 15 21:59:29 2001 +@@ -574,7 +574,7 @@ + GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION + + 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` + +@@ -7116,8 +7116,8 @@ + + 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' +@@ -8234,11 +8234,6 @@ + *) # Relative path. + srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" + top_srcdir="$ac_dots$ac_given_srcdir" ;; +- esac +- +- case "$ac_given_INSTALL" in +- [/$]*) INSTALL="$ac_given_INSTALL" ;; +- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; + esac + + echo creating "$ac_file" |