diff options
Diffstat (limited to 'x11-toolkits/gtk12/files/patch-aa')
-rw-r--r-- | x11-toolkits/gtk12/files/patch-aa | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/x11-toolkits/gtk12/files/patch-aa b/x11-toolkits/gtk12/files/patch-aa new file mode 100644 index 000000000000..239da556afa2 --- /dev/null +++ b/x11-toolkits/gtk12/files/patch-aa @@ -0,0 +1,53 @@ +--- ./glib/configure.orig Sun Oct 12 16:03:23 1997 ++++ ./glib/configure Sun Oct 12 15:45:58 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 +--- ./gdk/Makefile.in.orig Sun Oct 12 15:48:17 1997 ++++ ./gdk/Makefile.in Sun Oct 12 15:47:48 1997 +@@ -153,7 +153,7 @@ + gxid_OBJECTS = gxid.o + gxid_DEPENDENCIES = + gxid_LDFLAGS = +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -DX_LOCALE + COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) + LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) + LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ +--- ./gdk/gdk.c.orig Sun Oct 12 15:49:46 1997 ++++ ./gdk/gdk.c Sun Oct 12 15:49:54 1997 +@@ -18,7 +18,7 @@ + #include "../config.h" + + #include <ctype.h> +-#include <locale.h> ++#include <X11/Xlocale.h> + #include <signal.h> + #include <stdio.h> + #include <stdlib.h> +--- ./docs/Makefile.in.orig Sun Oct 12 15:50:23 1997 ++++ ./docs/Makefile.in Sun Oct 12 15:50:50 1997 +@@ -116,7 +116,7 @@ + .texi.info: + @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] + cd $(srcdir) \ +- && $(MAKEINFO) `echo $< | sed 's,.*/,,'` ++ && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'` + + .texi.dvi: + TEXINPUTS=$(srcdir):$$TEXINPUTS \ +--- ./configure.orig Sun Oct 12 15:17:26 1997 ++++ ./configure Sun Oct 12 15:45:28 1997 +@@ -571,6 +571,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:576: checking for a BSD compatible install" >&5 + if test -z "$INSTALL"; then |