diff options
Diffstat (limited to 'dev-libs/xmlwrapp/files/gentoo-0.4.0.patch')
-rw-r--r-- | dev-libs/xmlwrapp/files/gentoo-0.4.0.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/xmlwrapp/files/gentoo-0.4.0.patch b/dev-libs/xmlwrapp/files/gentoo-0.4.0.patch new file mode 100644 index 000000000000..31f0315eef0f --- /dev/null +++ b/dev-libs/xmlwrapp/files/gentoo-0.4.0.patch @@ -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") { |