diff options
Diffstat (limited to 'lang/eperl/files/patch-configure')
-rw-r--r-- | lang/eperl/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/eperl/files/patch-configure b/lang/eperl/files/patch-configure index 6b45af07a483..d814543df237 100644 --- a/lang/eperl/files/patch-configure +++ b/lang/eperl/files/patch-configure @@ -1,5 +1,5 @@ ---- ./configure.orig 1998-08-02 09:48:40.000000000 -0400 -+++ ./configure 2009-01-29 13:27:30.000000000 -0500 +--- configure ++++ configure @@ -571,7 +571,7 @@ if test "${with_perl+set}" = set; then withval="$with_perl" @@ -14,7 +14,7 @@ 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.6.* | 5.8.* ) ++ 5.003* | 5.004* | 5.005* | 5.006* | 5.6.* | 5.8.* | 5.10.* ) ;; * ) echo "" echo "Latest Perl found on your system is $perlvers," @@ -22,12 +22,12 @@ perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 5.00[3-6] ) perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/$/00/'` ;; -+ 5.[68].* ) ++ 5.[68].* | 5.10.* ) + perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/\./0/' -e 's/$/00/'` ;; * ) perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; esac -@@ -1028,7 +1030,7 @@ +@@ -1030,7 +1032,7 @@ CFLAGS="-Wall -g -ggdb3" LDFLAGS="-g -ggdb3" else @@ -36,7 +36,7 @@ LDFLAGS="-g" fi x="enabled" -@@ -1039,7 +1041,7 @@ +@@ -1041,7 +1043,7 @@ else |