summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-09 22:22:55 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-09 22:22:55 +0000
commit846efbdd5268947cfea299ab2fc57a0cf5ac7403 (patch)
treed9e45fd8664628db9e5baddc562356437f234666 /dev-libs/expat/files
parent * remove opengl dependencies, fix bug #212434 (diff)
downloadgentoo-2-846efbdd5268947cfea299ab2fc57a0cf5ac7403.tar.gz
gentoo-2-846efbdd5268947cfea299ab2fc57a0cf5ac7403.tar.bz2
gentoo-2-846efbdd5268947cfea299ab2fc57a0cf5ac7403.zip
Remove old, leaving last stable version with the old ABI in place for now
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/expat/files')
-rw-r--r--dev-libs/expat/files/expat-2.0.0-test-64bit.patch11
-rw-r--r--dev-libs/expat/files/expat-2.0.0-test-cpp.patch22
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-libs/expat/files/expat-2.0.0-test-64bit.patch b/dev-libs/expat/files/expat-2.0.0-test-64bit.patch
deleted file mode 100644
index 3c65a945949f..000000000000
--- a/dev-libs/expat/files/expat-2.0.0-test-64bit.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tests/runtests.c.old 2006-04-12 11:32:20.616132185 +0200
-+++ tests/runtests.c 2006-04-12 11:32:27.152122381 +0200
-@@ -1176,7 +1176,7 @@
- const XML_Char *systemId,
- const XML_Char *publicId)
- {
-- int callno = 1 + (int)XML_GetUserData(parser);
-+ long callno = 1 + (long)XML_GetUserData(parser);
- char *text;
- XML_Parser p2;
-
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: