summaryrefslogtreecommitdiff
path: root/lang/ghc7/Makefile
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2015-02-17 09:29:17 +0000
committerpho <pho@pkgsrc.org>2015-02-17 09:29:17 +0000
commit83b3b504bc54c09b70e978abde6e6ab51b615434 (patch)
treeb4c0fa700b1c27f382e41fd9d223df3f7726c949 /lang/ghc7/Makefile
parentf2090aac05ae46ff4861f120c942f124b6362070 (diff)
downloadpkgsrc-83b3b504bc54c09b70e978abde6e6ab51b615434.tar.gz
Add upstream Trac URL for our workaround to non-standard curses path
Diffstat (limited to 'lang/ghc7/Makefile')
-rw-r--r--lang/ghc7/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile
index 1dcc2365f86..4466dcff422 100644
--- a/lang/ghc7/Makefile
+++ b/lang/ghc7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2015/02/13 19:28:40 pho Exp $
+# $NetBSD: Makefile,v 1.18 2015/02/17 09:29:17 pho Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -94,9 +94,7 @@ post-patch:
post-configure:
${RUN} ${RM} -f ${WRKSRC:Q}/mk/build.mk
-# We need to tell the libraries/terminfo/configure that our ncurses is
-# in a non-standard path. Without that, the resulting GHC tries to
-# link programs by executing ld(1) without passing it -L${PREFIX:Q}/lib.
+# See https://ghc.haskell.org/trac/ghc/ticket/10096
${RUN} ${ECHO} "libraries/terminfo_CONFIGURE_OPTS += \
--configure-option=--with-curses-includes=${BUILDLINK_PREFIX.curses:Q}/${BUILDLINK_INCDIRS.curses:Q} \
--configure-option=--with-curses-libraries=${BUILDLINK_PREFIX.curses:Q}/${BUILDLINK_LIBDIRS.curses:Q}" \