summaryrefslogtreecommitdiff
path: root/lang/perl58/patches/patch-af
blob: d085a33b461a000f3b0eacb3c0d1e82de0f49ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-af,v 1.1 2003/02/21 16:10:27 grant Exp $

--- Configure.orig	Fri Jul 19 08:55:15 2002
+++ Configure
@@ -9933,8 +9933,9 @@ eval $setvar
 
 : see if crypt exists
 echo " "
-set crypt d_crypt
-eval $inlibc
+: no, crypt is NOT in libc on FreeBSD
+: set crypt d_crypt
+: eval $inlibc
 case "$d_crypt" in
 $define) cryptlib='' ;;
 *)	if set crypt val -f d_crypt; eval $csym; $val; then