diff options
author | Jim Mock <jim@FreeBSD.org> | 2000-04-14 18:13:57 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2000-04-14 18:13:57 +0000 |
commit | 380e26e02d6d6343042e27658ba33044e0b23f74 (patch) | |
tree | 25d41b9a56ee089619f4ca5b87e9ca2921062414 /graphics/gimp-app-devel/files | |
parent | 302e076617e2bca564f0156aa8f70f67679f1cc8 (diff) | |
download | ports-380e26e02d6d6343042e27658ba33044e0b23f74.tar.gz ports-380e26e02d6d6343042e27658ba33044e0b23f74.zip |
Notes
Diffstat (limited to 'graphics/gimp-app-devel/files')
-rw-r--r-- | graphics/gimp-app-devel/files/patch-ah | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/graphics/gimp-app-devel/files/patch-ah b/graphics/gimp-app-devel/files/patch-ah index 267a91fa0f0d..963f2c046f7d 100644 --- a/graphics/gimp-app-devel/files/patch-ah +++ b/graphics/gimp-app-devel/files/patch-ah @@ -1,5 +1,5 @@ ---- configure.orig Sat Mar 4 10:23:00 2000 -+++ configure Sun Apr 2 21:42:36 2000 +--- configure.orig Wed Mar 29 18:55:23 2000 ++++ configure Sun Apr 9 14:46:44 2000 @@ -1494,8 +1494,8 @@ LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ @@ -37,23 +37,26 @@ fi rm -f conftest* INSTOBJEXT=.mo -@@ -7017,7 +7021,7 @@ +@@ -7016,8 +7020,8 @@ + fi - gimpdatadir=$datadir/gimp +-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION ++gimpdatadir=$datadir/gimp +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION localedir='${prefix}/${DATADIRNAME}/locale' brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile` -@@ -8563,10 +8567,6 @@ +@@ -8602,11 +8606,6 @@ + *) # Relative path. + srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix" top_srcdir="$ac_dots$ac_given_srcdir" ;; - esac - +- esac +- - case "$ac_given_INSTALL" in - [/$]*) INSTALL="$ac_given_INSTALL" ;; - *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac + esac echo creating "$ac_file" - rm -f "$ac_file" |