diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 08:58:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 08:58:44 +0800 |
commit | b6cd3e4820a98d74444a9bc5b777c0d6a2ba2e8b (patch) | |
tree | 173a38a83fd959df6bc14c23e4a7ed243b1b98ba /lang | |
parent | 3353c9358fa7ab4074bbce082d4c6ff1657b0068 (diff) | |
download | freebsd-ports-gnome-b6cd3e4820a98d74444a9bc5b777c0d6a2ba2e8b.tar.gz freebsd-ports-gnome-b6cd3e4820a98d74444a9bc5b777c0d6a2ba2e8b.tar.zst freebsd-ports-gnome-b6cd3e4820a98d74444a9bc5b777c0d6a2ba2e8b.zip |
Now is getting signal 11 everywhere on the cluster, not just problems
with gcc4.2.
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/drscheme/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index 44e8e37eb851..cfed6bd0bb30 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -59,9 +59,7 @@ PLTPATCHES= # none yet for this version .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif +BROKEN= Fails to install (signal 11) .if defined(WITH_CGC) ALL_TARGET= both |