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-aa21
1 files changed, 15 insertions, 6 deletions
diff --git a/x11/XmHTML/patches/patch-aa b/x11/XmHTML/patches/patch-aa
index fb02e9ff4f2..3b1ac564684 100644
--- a/x11/XmHTML/patches/patch-aa
+++ b/x11/XmHTML/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $
+$NetBSD: patch-aa,v 1.7 2005/07/31 05:51:28 grant Exp $
---- Makefile.orig Thu Feb 4 00:43:27 1999
+--- Makefile.orig 1999-02-04 11:43:27.000000000 +1100
+++ Makefile
-@@ -64,9 +64,10 @@
+@@ -40,7 +40,7 @@ PLATFORM=Motif
+ # remove the examples directory from this line.
+ # If you want to build the XmHTML tutorial examples, add the book directory.
+
+-SUBDIRS= lib http examples tools
++SUBDIRS= lib # http examples tools
+
+ # some common definitions
+ #
+@@ -64,9 +64,10 @@ MAKEDEPEND= gccmakedep
# Compiler Settings #
# #
#####################
@@ -16,7 +25,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $
# The following flags are *very* usefull if you are getting unresolved
# references to functions in libraries that you *know* to exist.
-@@ -114,8 +115,8 @@
+@@ -114,8 +115,8 @@ IMAGEDEFINES = -DHAVE_LIBJPEG -DHAVE_LIB
# HAVE_LIBPNG => png.h and zlib.h
# HAVE_LIBZ => zlib.h
@@ -27,7 +36,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $
# Image libraries
# No need to add -lXpm if you need to include it with LIBS below
-@@ -166,14 +167,14 @@
+@@ -166,14 +167,14 @@ IMAGELIBS = -ljpeg -lpng $(ZLIBLIB)
# Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more
# info).
#
@@ -44,7 +53,7 @@ $NetBSD: patch-aa,v 1.6 2002/08/25 21:52:29 jlam Exp $
else
ifeq ($(PLATFORM),gtk)
PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include
-@@ -192,17 +193,17 @@
+@@ -192,17 +193,17 @@ INCLUDES = $(LIBINC) $(PLATFORMINC) $(IM
# Motif version (default)
ifeq ($(PLATFORM),Motif)