summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorrillig <rillig>2007-06-25 21:18:37 +0000
committerrillig <rillig>2007-06-25 21:18:37 +0000
commit392ffe09f3bd27dd8ee4ab8138c7e78666a95398 (patch)
tree178d32caba8ecec4259b3e9859ac9bc12c6a1b23 /lang/ghc
parent92a9e76b610c44741aedc0431baca7ee486cf914 (diff)
downloadpkgsrc-392ffe09f3bd27dd8ee4ab8138c7e78666a95398.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/ghc')
-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}