summaryrefslogtreecommitdiff
path: root/lang/perl5.16/files/patch-af
blob: 24232388a5f8c979946116cf646af8308610804a (plain) (blame)
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
$FreeBSD$

--- Configure.orig	Fri Jul 19 00:55:15 2002
+++ Configure	Tue Dec 10 12:12:35 2002
@@ -308,7 +308,7 @@ cppflags=''
 ldflags=''
 lkflags=''
 locincpth=''
-optimize=''
+optimize=${CFLAGS:-''}
 cf_email=''
 cf_by=''
 cf_time=''
@@ -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