CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/31 13:25:48
Modified files:
lang/ghc : Makefile
Added files:
lang/ghc/patches: patch-aclocal_m4 patch-configure_ac
Removed files:
lang/ghc/patches: patch-configure
Log message:
Switch to using autoconf and patching aclocal.m4 and configure.ac.
This allows for cleaning up the Makefile and for at least a chance
to get things like -z notext and -z wxneeded merged upstream for
amd64 *and* i386.
It also removes a -fno-pie hidden in patches/patch-configure.
Looks good to Greg, who also tested it by building xmonad and all
of its dependencies using cabal (in addition to my ordinary build
tests).