openbsd-ports/textproc/p5-XML-Sablotron/patches/patch-Makefile_PL
benoit 25abf45c8d - update to p5-XML-Sablotron 1.01
- change maintainer
- update HOMEPAGE
- update patch

ok ajacoutot@
2009-05-23 15:00:03 +00:00

22 lines
512 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.3 2009/05/23 15:00:07 benoit Exp $
--- Makefile.PL.orig Wed Oct 15 14:18:01 2003
+++ Makefile.PL Sat May 23 08:57:59 2009
@@ -203,7 +203,7 @@
}
}
-our $libs = ' ';
+our $libs = $ENV{'LDFLAGS'}. ' ';
if ($js_found || $js_libpath) {
$libs = "-l$js_libname $libs" if $js_libname;
@@ -211,7 +211,7 @@
}
#sablot and expat libraries
-$libs = "-lsablot -lexpat $libs";
+$libs = "-lsablot -liconv -lexpat $libs";
unless ($^O eq 'MSWin32') {
$libs = "$libs -lm";
}