summaryrefslogtreecommitdiff
path: root/textproc/xmlpp/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xmlpp/files/patch-Makefile')
-rw-r--r--textproc/xmlpp/files/patch-Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/xmlpp/files/patch-Makefile b/textproc/xmlpp/files/patch-Makefile
deleted file mode 100644
index 1e9ad933b5f0..000000000000
--- a/textproc/xmlpp/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- 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)
-
- # ----------