summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-06-25 21:18:37 +0000
committerrillig <rillig@pkgsrc.org>2007-06-25 21:18:37 +0000
commit877c1712882bb858761890268aa547762ec672e0 (patch)
tree178d32caba8ecec4259b3e9859ac9bc12c6a1b23 /lang
parent7f99e6c64f6068875a1fed51429f07a41b07053a (diff)
downloadpkgsrc-877c1712882bb858761890268aa547762ec672e0.tar.gz
Shell scripts should not use the += operator for variable assignments.
In this case, the += operator appears in an embedded AWK script, so it is ok.
Diffstat (limited to 'lang')
-rw-r--r--lang/ghc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index a1283cbaf60..fd96ccb3c87 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2007/05/09 13:47:01 obache Exp $
+# $NetBSD: Makefile,v 1.37 2007/06/25 21:18:37 rillig Exp $
DISTNAME= ghc-6.6.1
CATEGORIES= lang
@@ -19,6 +19,9 @@ ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 OpenBSD-*-i386
CHECK_PORTABILITY_SKIP= distrib/prep-bin-dist-mingw
+# += in a shell script, but in embedded AWK code, so it's ok.
+CHECK_PORTABILITY_SKIP+= libraries/base/cbits/ubconfc
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ghc=${WRKDIR}/ghc-6.4.2/ghc/compiler/ghc-inplace
CONFIGURE_ENV+= PerlCmd=${PERL5:Q}