aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-24 21:17:35 +0800
committerpgj <pgj@FreeBSD.org>2011-08-24 21:17:35 +0800
commit67827495f2eebd7d13d12d3daaefd88c47d99b64 (patch)
treedf358cbe54c47b50d9de98a89f365aa06be8a3ae
parent052c73ac25ebdd99e7e378b6ab5314334787e211 (diff)
downloadfreebsd-ports-gnome-67827495f2eebd7d13d12d3daaefd88c47d99b64.tar.gz
freebsd-ports-gnome-67827495f2eebd7d13d12d3daaefd88c47d99b64.tar.zst
freebsd-ports-gnome-67827495f2eebd7d13d12d3daaefd88c47d99b64.zip
- Unbreak on 9.x. Random core dumps experienced during the build are
probably caused by an rtld(1) bug in the base system that may not affect everybody, though. For affected systems: watch out for the upcoming rtld(1) fix (by Kostik Belousov) to be committed soon.
-rw-r--r--lang/ghc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index 74434ec1be6f..0176dda2b9ab 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -61,10 +61,6 @@ OPTIONS= PROFILE "Compile for profiling as well" on \
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 900000
-BROKEN= does not compile
-.endif
-
.if defined(WITHOUT_DOCS)
NOPORTDOCS=
.endif