diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-06 18:14:47 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-06 18:14:47 +0000 |
commit | eb8b07532ef6774a0be582507989560acf1f4507 (patch) | |
tree | 8023a6e7ce2feb48fc56f6d8f62c9e3bf6b0cc75 | |
parent | Patch for --as-needed (diff) | |
download | drizzt-eb8b07532ef6774a0be582507989560acf1f4507.tar.gz drizzt-eb8b07532ef6774a0be582507989560acf1f4507.tar.bz2 drizzt-eb8b07532ef6774a0be582507989560acf1f4507.zip |
Small patch
(Portage version: 2.2_rc23/svn/Linux x86_64)
svn path=/; revision=160
-rw-r--r-- | dev-libs/xmlwrapp/ChangeLog | 4 | ||||
-rw-r--r-- | dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-undefined.patch | 28 |
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-libs/xmlwrapp/ChangeLog b/dev-libs/xmlwrapp/ChangeLog index 9b89d70..32f6f19 100644 --- a/dev-libs/xmlwrapp/ChangeLog +++ b/dev-libs/xmlwrapp/ChangeLog @@ -3,6 +3,10 @@ # $Header: $ 06 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> + files/xmlwrapp-0.5.0-undefined.patch: + Small patch + + 06 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> +files/xmlwrapp-0.5.0-fbsd.patch, +files/xmlwrapp-0.5.0-gcc-4.3.patch, +files/xmlwrapp-0.5.0-gcc42_namespace.patch, +files/xmlwrapp-0.5.0-tests.patch, +files/xmlwrapp-0.5.0-undefined.patch, diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-undefined.patch b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-undefined.patch index 3c35a57..1cdb73b 100644 --- a/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-undefined.patch +++ b/dev-libs/xmlwrapp/files/xmlwrapp-0.5.0-undefined.patch @@ -38,32 +38,6 @@ diff -ur --exclude Makefile xmlwrapp-0.5.0.orig/configure.pl xmlwrapp-0.5.0/conf chdir($cwd); } ################################################################################ -Only in xmlwrapp-0.5.0/examples/01-tree_parsing: example -Only in xmlwrapp-0.5.0/examples/01-tree_parsing: example.o -Only in xmlwrapp-0.5.0/examples/02-event_parsing: example -Only in xmlwrapp-0.5.0/examples/02-event_parsing: example.o -Only in xmlwrapp-0.5.0/examples/03-xml_generation: example -Only in xmlwrapp-0.5.0/examples/03-xml_generation: example.o -Only in xmlwrapp-0.5.0/examples/04-xslt: example -Only in xmlwrapp-0.5.0/examples/04-xslt: example.o -Files xmlwrapp-0.5.0.orig/src/libxml/ait_impl.o and xmlwrapp-0.5.0/src/libxml/ait_impl.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/attributes.o and xmlwrapp-0.5.0/src/libxml/attributes.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/document.o and xmlwrapp-0.5.0/src/libxml/document.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/dtd_impl.o and xmlwrapp-0.5.0/src/libxml/dtd_impl.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/event_parser.o and xmlwrapp-0.5.0/src/libxml/event_parser.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/init.o and xmlwrapp-0.5.0/src/libxml/init.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/libxmlwrapp.a and xmlwrapp-0.5.0/src/libxml/libxmlwrapp.a differ -Only in xmlwrapp-0.5.0/src/libxml: libxmlwrapp.so -Files xmlwrapp-0.5.0.orig/src/libxml/node.o and xmlwrapp-0.5.0/src/libxml/node.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/node_iterator.o and xmlwrapp-0.5.0/src/libxml/node_iterator.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/node_manip.o and xmlwrapp-0.5.0/src/libxml/node_manip.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/tree_parser.o and xmlwrapp-0.5.0/src/libxml/tree_parser.o differ -Files xmlwrapp-0.5.0.orig/src/libxml/utility.o and xmlwrapp-0.5.0/src/libxml/utility.o differ -Only in xmlwrapp-0.5.0/src/libxslt: init.o -Only in xmlwrapp-0.5.0/src/libxslt: libxsltwrapp.a -Only in xmlwrapp-0.5.0/src/libxslt: libxsltwrapp.so -Only in xmlwrapp-0.5.0/src/libxslt: stylesheet.o -Only in xmlwrapp-0.5.0.orig/src: xmlwrapp_config.h diff -ur --exclude Makefile xmlwrapp-0.5.0.orig/tools/mkmf xmlwrapp-0.5.0/tools/mkmf --- xmlwrapp-0.5.0.orig/tools/mkmf 2009-02-06 18:06:37.000000000 +0100 +++ xmlwrapp-0.5.0/tools/mkmf 2009-02-06 18:33:06.000000000 +0100 @@ -81,5 +55,3 @@ diff -ur --exclude Makefile xmlwrapp-0.5.0.orig/tools/mkmf xmlwrapp-0.5.0/tools/ } foreach (@{$clo{'include'}}) { -Only in xmlwrapp-0.5.0.orig: xmlwrapp-config -Only in xmlwrapp-0.5.0.orig: xmlwrapp.pc |