summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-02-21 11:40:12 +0000
committerMamoru Komachi <usata@gentoo.org>2004-02-21 11:40:12 +0000
commit4b8ec6ff03970f456c288247c5f08ed44b069cbc (patch)
tree7c76fe913066198e07be60c33ebd2c78077f66f3 /dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff
parentfinishing the clean up (Manifest recommit) (diff)
downloadgentoo-2-4b8ec6ff03970f456c288247c5f08ed44b069cbc.tar.gz
gentoo-2-4b8ec6ff03970f456c288247c5f08ed44b069cbc.tar.bz2
gentoo-2-4b8ec6ff03970f456c288247c5f08ed44b069cbc.zip
Version bumped. Updated SRC_URI and HOMEPAGE. Corrected LICENSE (it is not GPL-2 bug BSD). Tidy up ebuilds. Seems to fix bug #40153
Diffstat (limited to 'dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff')
-rw-r--r--dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff b/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff
new file mode 100644
index 000000000000..31f0315eef0f
--- /dev/null
+++ b/dev-libs/xmlwrapp/files/xmlwrapp-gentoo.diff
@@ -0,0 +1,12 @@
+diff -urN ori/configure.pl xmlwrapp-0.4.0/configure.pl
+--- ori/configure.pl 2003-02-03 23:47:54.000000000 +0100
++++ xmlwrapp-0.4.0/configure.pl 2003-03-24 12:21:07.000000000 +0100
+@@ -277,7 +277,7 @@
+ $output =~ s/-I//g;
+ my @include_dirs = split(/\s+/, $output);
+ my $main_include_dir = undef;
+- my $xslt_include_dir = undef;
++ my $xslt_include_dir = "/usr/include/libxml2";
+
+ foreach my $dir (@include_dirs) {
+ if (-d "$dir${dirsep}libxml") {