blob: 6592001c216f8b80d758816798af76c8fc40fa2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2003/10/05 11:51:47 wiz Exp $
--- Makefile.PL.orig Sat Sep 14 22:05:11 2002
+++ Makefile.PL
@@ -83,7 +83,7 @@ if ( $config{DEBUG} ) {
warn "win32 compile\n" if $is_Win32;
}
-unless (have_library("xml2") or have_library("libxml2")) {
+unless (1 or have_library("xml2") or have_library("libxml2")) {
die <<DEATH;
libxml2 not found
Try setting LIBS and INC values on the command line
|