summaryrefslogtreecommitdiff
path: root/x11/XmHTML/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XmHTML/patches/patch-aa')
-rw-r--r--x11/XmHTML/patches/patch-aa17
1 files changed, 9 insertions, 8 deletions
diff --git a/x11/XmHTML/patches/patch-aa b/x11/XmHTML/patches/patch-aa
index b740386b5f6..6ed35c44a31 100644
--- a/x11/XmHTML/patches/patch-aa
+++ b/x11/XmHTML/patches/patch-aa
@@ -1,21 +1,22 @@
-$NetBSD: patch-aa,v 1.3 1999/11/13 07:31:40 jlam Exp $
+$NetBSD: patch-aa,v 1.4 2001/03/05 13:52:42 skrll Exp $
---- Makefile.orig Wed Feb 3 19:43:27 1999
-+++ Makefile Tue Nov 2 01:28:54 1999
-@@ -64,9 +64,9 @@
+--- Makefile.orig Thu Feb 4 00:43:27 1999
++++ Makefile
+@@ -64,9 +64,10 @@
# Compiler Settings #
# #
#####################
-CC = gcc
-CFLAGS = -g -funroll-loops -Wall -pipe -ansi
-LDFLAGS =
-+CC = $(LIBTOOL) gcc
++# Inherit from build environment
++#CC = gcc
+#CFLAGS = -g -funroll-loops -Wall -pipe -ansi
+#LDFLAGS =
# The following flags are *very* usefull if you are getting unresolved
# references to functions in libraries that you *know* to exist.
-@@ -114,8 +114,8 @@
+@@ -114,8 +115,8 @@
# HAVE_LIBPNG => png.h and zlib.h
# HAVE_LIBZ => zlib.h
@@ -26,7 +27,7 @@ $NetBSD: patch-aa,v 1.3 1999/11/13 07:31:40 jlam Exp $
# Image libraries
# No need to add -lXpm if you need to include it with LIBS below
-@@ -166,14 +166,14 @@
+@@ -166,14 +167,14 @@
# Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more
# info).
#
@@ -43,7 +44,7 @@ $NetBSD: patch-aa,v 1.3 1999/11/13 07:31:40 jlam Exp $
else
ifeq ($(PLATFORM),gtk)
PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include
-@@ -192,17 +192,17 @@
+@@ -192,17 +193,17 @@
# Motif version (default)
ifeq ($(PLATFORM),Motif)