summaryrefslogtreecommitdiff
path: root/chat/epic4/patches/patch-configure
blob: d58ba424a879ce940dcd8e3d9e7578a1c505d95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-configure,v 1.1 2015/11/07 21:36:57 dholland Exp $

- Disable part of the perl probe so pkgsrc perl works.

--- configure~	2008-03-20 04:20:49.000000000 +0000
+++ configure
@@ -5051,11 +5051,11 @@ fi
 
 test "xno" != "x$withval" && for base in $withval /usr/local /usr /
 do
-	FOUND=
-	for ext in so a dll ; do
-		test -r $base/lib/libperl.$ext && FOUND=1
-		test -r $base/libperl.$ext && FOUND=1
-	done
+	FOUND=1
+	#for ext in so a dll ; do
+	#	test -r $base/lib/libperl.$ext && FOUND=1
+	#	test -r $base/libperl.$ext && FOUND=1
+	#done
 	test -n "$FOUND" || continue
 	echo "$ac_t""yes" 1>&6
 	LIBS="$LIBS `perl -MExtUtils::Embed -e ldopts`"