summaryrefslogtreecommitdiff
path: root/graphics/gimp1/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp1/files/patch-ac')
-rw-r--r--graphics/gimp1/files/patch-ac57
1 files changed, 0 insertions, 57 deletions
diff --git a/graphics/gimp1/files/patch-ac b/graphics/gimp1/files/patch-ac
deleted file mode 100644
index 3468e9c55e4f..000000000000
--- a/graphics/gimp1/files/patch-ac
+++ /dev/null
@@ -1,57 +0,0 @@
-****
-**** patches for the various configure scripts
-**** 1) force INSTALL=`/usr/bin/install -c'
-**** to fix some obsecure problem with firing
-**** ./configure via the ports mechanism
-**** 2) put the plug-ins in libexec rather than lib
-****
---- ./gtk+/glib/configure~ Fri Mar 28 12:03:26 1997
-+++ ./gtk+/glib/configure Tue Apr 8 08:06:14 1997
-@@ -556,6 +556,7 @@
- # AFS /usr/afsws/bin/install, which mishandles nonexistent args
- # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
- # ./install, which can be erroneously created by make from ./install.sh.
-+INSTALL="/usr/bin/install -c"
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:561: checking for a BSD compatible install" >&5
- if test -z "$INSTALL"; then
-
---- ./gtk+/configure~ Fri Mar 28 10:58:42 1997
-+++ ./gtk+/configure Tue Apr 8 08:05:57 1997
-@@ -564,6 +564,7 @@
- # AFS /usr/afsws/bin/install, which mishandles nonexistent args
- # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
- # ./install, which can be erroneously created by make from ./install.sh.
-+INSTALL="/usr/bin/install -c"
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:569: checking for a BSD compatible install" >&5
- if test -z "$INSTALL"; then
-
---- configure.orig Sun Apr 27 00:27:09 1997
-+++ configure Mon Apr 28 21:23:51 1997
-@@ -571,6 +571,7 @@
- # ./install, which can be erroneously created by make from ./install.sh.
- echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
- echo "configure:574: checking for a BSD compatible install" >&5
-+INSTALL="/usr/bin/install -c"
- if test -z "$INSTALL"; then
- if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
-@@ -620,7 +621,7 @@
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-
-
--test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
-+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -m 555'
-
-
- PACKAGE=gimp
-@@ -2196,7 +2197,7 @@
- fi
-
- gimpdatadir=$datadir/$PACKAGE/$VERSION
--gimpplugindir=$libdir/$PACKAGE/$VERSION
-+gimpplugindir=$libexecdir/$PACKAGE/$VERSION
-
- scriptdata=`ls -1 plug-ins/script-fu/scripts | grep -v Makefile`
- scriptdata=`echo $scriptdata`