Fresh pull from upstream (stable) package feed
[librecmc/package-feed.git] / lang / perl-xml-parser / patches / 020-xml-parser-expat-lib-inc-path-anchor.patch
1 --- a/Expat/Makefile.PL
2 +++ b/Expat/Makefile.PL
3 @@ -2,6 +2,9 @@ use ExtUtils::MakeMaker;
4  use Config;
5  use English;
6  
7 +$expat_libpath = '%%EXPAT_LIBPATH%%';
8 +$expat_incpath = '%%EXPAT_INCPATH%%';
9 +
10  my $libs = "-lexpat";
11  my @extras = ();
12