summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/expat/files/expat-2.0.0-test-cpp.patch')
-rw-r--r--dev-libs/expat/files/expat-2.0.0-test-cpp.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/expat/files/expat-2.0.0-test-cpp.patch b/dev-libs/expat/files/expat-2.0.0-test-cpp.patch
deleted file mode 100644
index d3b4ce7d4f9b..000000000000
--- a/dev-libs/expat/files/expat-2.0.0-test-cpp.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.old 2006-04-17 21:28:36.000000000 +0200
-+++ Makefile.in 2006-04-17 21:34:50.000000000 +0200
-@@ -103,6 +103,7 @@
- done
-
- CC = @CC@
-+CXX = @CXX@
- LIBTOOL = @LIBTOOL@
-
- INCLUDES = -I$(srcdir)/lib -I.
-@@ -172,8 +173,10 @@
- run-xmltest: xmlwf/xmlwf tests/XML-Test-Suite
- tests/xmltest.sh
-
--.SUFFIXES: .c .lo .o
-+.SUFFIXES: .c .cpp .lo .o
-
-+.cpp.o:
-+ $(CXXCOMPILE) -o $@ -c $<
- .c.o:
- $(COMPILE) -o $@ -c $<
- .c.lo: