summaryrefslogtreecommitdiff
path: root/textproc/latex2html/patches/patch-configure
blob: 2535bc9317c10771925e79d1fd51fa30a89e3fef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-configure,v 1.1 2017/06/18 09:08:22 dholland Exp $

Fix broken build with perl 5.26.

--- configure~	2016-04-19 16:52:35.000000000 +0000
+++ configure
@@ -1158,7 +1158,7 @@ interpval="$ac_cv_sys_interpreter"
 
 echo "launching proprietary configuration..."
 
-$PERL $srcdir/config/config.pl \
+$PERL -I. $srcdir/config/config.pl \
   HASHBANG=$ac_cv_sys_interpreter \
   OLDCONFIG=$with_oldconfig \
   EXTRAPATH=$with_extrapath \