summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg>2008-12-27 15:49:31 +0000
committerjoerg <joerg>2008-12-27 15:49:31 +0000
commitd0d8acd84f094bf56fdc46c625073cbdd4af982c (patch)
tree663a9a965731d787182406522aa7c6bfbd78217b /lang
parente7ffdb671e6cae220a52776999deabd8b0f5781a (diff)
downloadpkgsrc-d0d8acd84f094bf56fdc46c625073cbdd4af982c.tar.gz
Fix subst pattern to create parsable entry for XLC's cpp.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index e941ca95846..ad5bba30627 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.146 2008/12/21 14:02:59 joerg Exp $
+# $NetBSD: Makefile,v 1.147 2008/12/27 15:49:31 joerg Exp $
DISTNAME= perl-5.10.0
CATEGORIES= lang devel perl5
@@ -299,9 +299,9 @@ SUBST_CLASSES+= cpprun
SUBST_STAGE.cpprun= pre-install
SUBST_FILES.cpprun= lib/Config_heavy.pl
.if !empty(PKG_OPTIONS:Mthreads)
-SUBST_SED.cpprun= -e "s/cpprun=''/cpprun-'cc_r -E'/"
+SUBST_SED.cpprun= -e "s/cpprun=''/cpprun='cc_r -E'/"
.else
-SUBST_SED.cpprun= -e "s/cpprun=''/cpprun-'cc -E'/"
+SUBST_SED.cpprun= -e "s/cpprun=''/cpprun='cc -E'/"
.endif
.endif