mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dad365e749
the soon to be updated gimp port PR: 4649 Reviewed by: erich Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
54 lines
2.0 KiB
Plaintext
54 lines
2.0 KiB
Plaintext
--- ./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
|