diff options
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 |