blob: e696edbd0649f87831c7b1147fd1396f13f63b9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$NetBSD: patch-ai,v 1.3 2001/03/24 22:47:59 wrstuden Exp $
--- configure.orig Tue May 9 14:46:48 2000
+++ configure Fri Mar 23 08:37:24 2001
@@ -2199,7 +2199,7 @@
-libs="-ldl -lz -lHermes -lpthread"
+libs="-lz -lHermes -lpthread"
objf_nondyn=""
flag_tty=""
@@ -2217,7 +2217,6 @@
if test "$flag_tty" = "yes"; then objf_nondyn="\$(OBJF_INPUT_TTY) $objf_nondyn"; fi
fi
-x_libraries="$x_libraries -lXxf86vm"
@@ -2328,6 +2327,9 @@
fi
if test -x /usr/bin/perl; then
perl_exec="/usr/bin/perl"
+fi
+if test -x /usr/pkg/bin/perl; then
+ perl_exec="/usr/pkg/bin/perl"
fi
if test -x /usr/local/bin/perl; then
perl_exec="/usr/local/bin/perl"
|