diff options
Diffstat (limited to 'lang/perl5.8/files/patch-ac')
-rw-r--r-- | lang/perl5.8/files/patch-ac | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/lang/perl5.8/files/patch-ac b/lang/perl5.8/files/patch-ac deleted file mode 100644 index f7255c5d354c..000000000000 --- a/lang/perl5.8/files/patch-ac +++ /dev/null @@ -1,38 +0,0 @@ - -$FreeBSD$ - ---- hints/freebsd.sh.orig Sat Jun 1 20:03:12 2002 -+++ hints/freebsd.sh Tue Apr 1 14:17:18 2003 -@@ -98,6 +98,13 @@ - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ d_setregid='define' -+ d_setreuid='define' -+ d_setegid='define' -+ d_seteuid='define' -+ d_dosuid='define' - ;; - esac - -@@ -124,7 +131,7 @@ - fi - lddlflags='-Bshareable' - fi -- cccdlflags='-DPIC -fpic' -+ cccdlflags='-DPIC -fPIC' - ;; - esac - -@@ -223,6 +230,9 @@ - 4.*) # 4.x has gethostbyaddr_r but it is - # "Temporary function, not threadsafe"... - d_gethostbyaddr_r="undef" -+ d_gethostbyaddr_r_proto="undef" -+ ;; -+ 5.*) d_gethostbyaddr_r="undef" - d_gethostbyaddr_r_proto="undef" - ;; - esac |