openbsd-ports/www/p5-HTML-Parser/patches/patch-Makefile.PL
avsm 325c73ba3d - upgrade to HTML-Parser-3.14
- bump NEED_VERSION
- deactivate experimental unicode support since it doesnt work yet on our
  perl setup (make tests all fail with missing symbols)
2000-12-05 14:05:05 +00:00

14 lines
514 B
Perl

$OpenBSD: patch-Makefile.PL,v 1.2 2000/12/05 14:05:06 avsm Exp $
--- Makefile.PL.orig Tue Sep 26 18:36:25 2000
+++ Makefile.PL Tue Sep 26 18:38:07 2000
@@ -19,7 +19,8 @@ select no to the question below such ent
only entities in the Latin-1 range is decoded.
EOT
- my $ans = prompt("Do you want decoding on unicode entities?", "no");
+# my $ans = prompt("Do you want decoding on unicode entities?", "no");
+ my $ans = 'no';
if ($ans =~ /^y(es)?$/i) {
push(@define, "-DUNICODE_ENTITIES");
}