perl-xml-parser: New package
[feed/packages.git] / lang / perl-xml-parser / patches / 020-xml-parser-expat-lib-inc-path-anchor.patch
diff --git a/lang/perl-xml-parser/patches/020-xml-parser-expat-lib-inc-path-anchor.patch b/lang/perl-xml-parser/patches/020-xml-parser-expat-lib-inc-path-anchor.patch
new file mode 100644 (file)
index 0000000..4e17daa
--- /dev/null
@@ -0,0 +1,12 @@
+--- a/Expat/Makefile.PL
++++ b/Expat/Makefile.PL
+@@ -2,6 +2,9 @@ use ExtUtils::MakeMaker;
+ use Config;
+ use English;
++$expat_libpath = '%%EXPAT_LIBPATH%%';
++$expat_incpath = '%%EXPAT_INCPATH%%';
++
+ my $libs = "-lexpat";
+ my @extras = ();