diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1998-03-17 22:46:53 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1998-03-17 22:46:53 +0000 |
commit | 48c1c2e0b20dd65deda4c0a8bcf3a78b09837b60 (patch) | |
tree | 90be13bfce91819008625e83cecd85b21111ee94 /x11-toolkits/gtk12/files | |
parent | 5212ff50e2c98890d68e18446d33deb6842ebdca (diff) | |
download | ports-48c1c2e0b20dd65deda4c0a8bcf3a78b09837b60.tar.gz ports-48c1c2e0b20dd65deda4c0a8bcf3a78b09837b60.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk12/files')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-aa | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/x11-toolkits/gtk12/files/patch-aa b/x11-toolkits/gtk12/files/patch-aa index 49fd776502e1..6cbd584d1638 100644 --- a/x11-toolkits/gtk12/files/patch-aa +++ b/x11-toolkits/gtk12/files/patch-aa @@ -1,6 +1,16 @@ ---- docs/Makefile.in~ Tue Mar 17 08:06:42 1998 -+++ docs/Makefile.in Tue Mar 17 08:07:00 1998 -@@ -137,7 +137,7 @@ +--- glib/configure.orig Sun Dec 7 05:45:40 1997 ++++ glib/configure Tue Dec 9 16:00:29 1997 +@@ -561,6 +561,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:566: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then +--- docs/Makefile.in.orig Sun Dec 7 06:12:07 1997 ++++ docs/Makefile.in Tue Dec 9 16:00:29 1997 +@@ -117,7 +117,7 @@ .texi.info: @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] cd $(srcdir) \ @@ -9,3 +19,13 @@ .texi.dvi: TEXINPUTS=$(srcdir):$$TEXINPUTS \ +--- configure.orig Sun Jan 4 01:16:42 1998 ++++ configure Mon Jan 5 23:09:23 1998 +@@ -590,6 +590,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:595: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then |