]> gitweb @ CieloNegro.org - pkgsrc-ghc.git/commitdiff
We no longer need to directly pass --with-gmp-{includes,libraries} to libraries/integ...
authorPHO <pho@cielonegro.org>
Thu, 14 Apr 2011 07:00:33 +0000 (16:00 +0900)
committerPHO <pho@cielonegro.org>
Thu, 14 Apr 2011 07:00:33 +0000 (16:00 +0900)
Makefile

index 55d052d3adf91d5a16ab2aa8423cf8c4c42d5134..127868ece18266f6563d5aab8adb39f1e40c5ff3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -149,13 +149,9 @@ ${WRKDIR}/stamp-bootstrap-ghc: ${WRKDIR}/stamp-rewrite-hc-paths
 do-configure:
        ${RUN} cd ${WRKSRC} && \
                ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS}
-# We need to tell the libraries/integer-gmp/configure that libgmp is
+# 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}/lib.
-       ${RUN} ${ECHO} "libraries/integer-gmp_CONFIGURE_OPTS += \
-               --configure-option=--with-gmp-includes=${PREFIX}/include \
-               --configure-option=--with-gmp-libraries=${PREFIX}/lib" > ${WRKSRC}/mk/build.mk
-# The ncurses is also in a non-standard path.
        ${RUN} ${ECHO} "libraries/terminfo_CONFIGURE_OPTS += \
                --configure-option=--with-curses-includes=${PREFIX}/include \
                --configure-option=--with-curses-libraries=${PREFIX}/lib" >> ${WRKSRC}/mk/build.mk