summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-Configure
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-12-31 16:02:08 +0000
committerRene Ladan <rene@FreeBSD.org>2014-12-31 16:02:08 +0000
commitd3bac4b4bef276b981b516e50c6b280a85fa782c (patch)
treed27ad81485b55cbabc2f0110cc37de7e1469a6cc /lang/perl5.14/files/patch-Configure
parentmath/nlopt: fix guile2 option after GNOME 3 update. (diff)
Remove expired port:
2014-12-31 lang/perl5.14: Unsupported, please upgrade to a more recent version of Perl
Notes
Notes: svn path=/head/; revision=375897
Diffstat (limited to 'lang/perl5.14/files/patch-Configure')
-rw-r--r--lang/perl5.14/files/patch-Configure21
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/perl5.14/files/patch-Configure b/lang/perl5.14/files/patch-Configure
deleted file mode 100644
index 21ccd2c8c62e..000000000000
--- a/lang/perl5.14/files/patch-Configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- Configure.orig 2010-07-14 15:28:45.000000000 +0000
-+++ Configure 2010-07-14 15:29:23.000000000 +0000
-@@ -4798,7 +4798,7 @@
- libpth=''
- for xxx in $dlist
- do
-- if $test -d $xxx; then
-+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then
- case " $libpth " in
- *" $xxx "*) ;;
- *) libpth="$libpth $xxx";;
-@@ -9125,8 +9125,7 @@
-
- : determine where add-on public executable scripts go
- case "$sitescript" in
--'') dflt=$siteprefix/script
-- $test -d $dflt || dflt=$sitebin ;;
-+'') dflt=$sitebin ;;
- *) dflt="$sitescript" ;;
- esac
- fn=d~+