perl-5.8.8: Fix syntax error (unterminated quoted string)
authorShane Volpe <shanevolpe@gmail.com>
Thu, 5 Jul 2007 23:02:05 +0000 (23:02 +0000)
committerShane Volpe <shanevolpe@gmail.com>
Thu, 5 Jul 2007 23:02:05 +0000 (23:02 +0000)
packages/perl/perl-5.8.8/makedepend-dash.patch [moved from packages/perl/perl-5.8.8/native-makedepend-dash.patch with 100% similarity]
packages/perl/perl-native_5.8.8.bb
packages/perl/perl_5.8.8.bb

index ea839e0..2955313 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
            file://native-nopacklist.patch;patch=1 \
            file://native-no-gdbminc.patch;patch=1 \
            file://native-perlinc.patch;patch=1 \
-           file://native-makedepend-dash.patch;patch=1"
+           file://makedepend-dash.patch;patch=1"
 
 # This sloppy patch breaks normal gcc
 #           file://native-ssp.patch;patch=1
index 93b7c8d..42a9a5c 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
 PRIORITY = "optional"
 # We need gnugrep (for -I)
 DEPENDS = "virtual/db perl-native grep-native"
-PR = "r22"
+PR = "r23"
 
 # Major part of version
 PVM = "5.8"
@@ -13,6 +13,7 @@ PVM = "5.8"
 SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz \
         file://Makefile.patch;patch=1 \
         file://Makefile.SH.patch;patch=1 \
+       file://makedepend-dash.patch;patch=1 \
         file://installperl.patch;patch=1 \
         file://perl-dynloader.patch;patch=1 \
         file://perl-moreconfig.patch;patch=1 \