diff options
author | mat <mat@FreeBSD.org> | 2004-02-25 11:16:31 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-02-25 11:16:31 +0000 |
commit | 002fab1b14138c0aacaf7f82dca3da5cdcc4b750 (patch) | |
tree | eb18ac4b8421216141acef4277aef5e67fad67da /lang/p5-ePerl/files | |
parent | 0111d72c49acc7b5691de202334b9ebaa5f23278 (diff) | |
download | FreeBSD-ports-002fab1b14138c0aacaf7f82dca3da5cdcc4b750.zip FreeBSD-ports-002fab1b14138c0aacaf7f82dca3da5cdcc4b750.tar.gz |
Fix build with perl 5.8.x
Remove BROKEN
Diffstat (limited to 'lang/p5-ePerl/files')
-rw-r--r-- | lang/p5-ePerl/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lang/p5-ePerl/files/patch-configure b/lang/p5-ePerl/files/patch-configure index 53f118c..6859c17 100644 --- a/lang/p5-ePerl/files/patch-configure +++ b/lang/p5-ePerl/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sun Aug 2 23:48:40 1998 -+++ configure Thu Nov 21 21:20:23 2002 +--- /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure.orig Sun Aug 2 15:48:40 1998 ++++ /o/mnt/mat/lang/p5-ePerl/work/eperl-2.2.14/configure Wed Feb 25 12:10:13 2004 @@ -571,7 +571,7 @@ if test "${with_perl+set}" = set; then withval="$with_perl" @@ -9,6 +9,15 @@ else TMPFILE=/tmp/x.$$ +@@ -600,7 +600,7 @@ + PATH_PERL=$perlprog + echo "$ac_t""$perlprog v$perlvers" 1>&6 + case $perlvers in +- 5.003* | 5.004* | 5.005* | 5.006* ) ++ 5.003* | 5.004* | 5.005* | 5.006* | 5.008* ) + ;; + * ) echo "" + echo "Latest Perl found on your system is $perlvers," @@ -901,7 +901,6 @@ GCC=yes ac_test_CFLAGS="${CFLAGS+set}" |