diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-21 13:50:39 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-21 13:50:39 +0000 |
commit | fad77cc104ba9a4e319f80a72c793277cbb326fd (patch) | |
tree | bcba57110e6f62a1593e042c3d4b1a68329aa5c7 /lang/perl5.28/files/patch-hints_freebsd.sh | |
parent | Update to the 20180520 snapshot of GCC 9. (diff) |
Add Perl 5.28.0-RC1.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=470540
Diffstat (limited to 'lang/perl5.28/files/patch-hints_freebsd.sh')
-rw-r--r-- | lang/perl5.28/files/patch-hints_freebsd.sh | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/perl5.28/files/patch-hints_freebsd.sh b/lang/perl5.28/files/patch-hints_freebsd.sh new file mode 100644 index 000000000000..b2e822054214 --- /dev/null +++ b/lang/perl5.28/files/patch-hints_freebsd.sh @@ -0,0 +1,22 @@ +--- hints/freebsd.sh.orig 2016-12-05 10:28:13 UTC ++++ hints/freebsd.sh +@@ -88,6 +88,8 @@ 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/ c / /'` + # 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 +104,10 @@ 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 / /'` ++ libswanted=`echo $libswanted | sed 's/ c / /'` + ;; + esac + |