summaryrefslogtreecommitdiff
path: root/textproc/xmlpp/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 14:10:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 14:10:52 +0000
commitd3aef0dedc8a2becac4b59cc7f32ac22ba31b086 (patch)
treee6685ced318fcc2c91e2bf6fffcea03679b713d9 /textproc/xmlpp/files
parentPut back Mozilla support. (diff)
add xmlpp
XML Parser and Validator
Diffstat (limited to 'textproc/xmlpp/files')
-rw-r--r--textproc/xmlpp/files/patch-Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/xmlpp/files/patch-Makefile b/textproc/xmlpp/files/patch-Makefile
new file mode 100644
index 000000000000..1e9ad933b5f0
--- /dev/null
+++ b/textproc/xmlpp/files/patch-Makefile
@@ -0,0 +1,23 @@
+--- Makefile.orig Tue May 22 21:28:56 2001
++++ Makefile Tue May 22 21:29:52 2001
+@@ -5,19 +5,17 @@
+
+ XMLPPVER = 0.6
+
+-CXX = g++
+ RM = rm
+ AR = ar
+
+ INCLUDES = -Isource/xmlpp/
+-LIBS = -lg++
+
+ FLAGS = -fexceptions -fPIC
+ DEFS = -DLINUX -Wall
+ #DEFS += -g -pg -DDEBUG
+ OPTFLAGS =
+
+-CXXFLAGS = $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
++CXXFLAGS += $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
+ LINKFLAGS = $(CXXFLAGS) $(LIBS)
+
+ # ----------