aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.14/files/patch-freebsd.sh
blob: 68ec6d4cd8a17fd100bf8dfa88ddbabce8a3610a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- hints/freebsd.sh.orig   Sun May 30 17:55:47 2004
+++ hints/freebsd.sh    Sun May 30 17:57:16 2004
@@ -88,6 +88,7 @@ case "$osvers" in
    esac
    libswanted=`echo $libswanted | sed 's/ malloc / /'`
    libswanted=`echo $libswanted | sed 's/ bind / /'`
+   libswanted=`echo $libswanted | sed 's/ dl / /'`
    # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier.
    libswanted=`echo $libswanted | sed 's/ iconv / /'`
    d_setregid='define'
@@ -102,6 +103,9 @@ case "$osvers" in
            ;;
    esac
    libswanted=`echo $libswanted | sed 's/ malloc / /'`
+   libswanted=`echo $libswanted | sed 's/ bind / /'`
+   libswanted=`echo $libswanted | sed 's/ dl / /'`
+   libswanted=`echo $libswanted | sed 's/ iconv / /'`
    ;;
 esac