aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-Configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.14/files/patch-Configure')
-rw-r--r--lang/perl5.14/files/patch-Configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/perl5.14/files/patch-Configure b/lang/perl5.14/files/patch-Configure
deleted file mode 100644
index 0abb559cbc33..000000000000
--- a/lang/perl5.14/files/patch-Configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- Configure.orig 2010-07-14 15:28:45.000000000 +0000
-+++ Configure 2010-07-14 15:29:23.000000000 +0000
-@@ -4780,7 +4780,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";;