diff options
author | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:57:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2011-04-11 19:57:46 +0000 |
commit | 4388b2f8508fd43bf05fd25516d127128236c890 (patch) | |
tree | ab3c6ea7aa2979686589b6e12d9f0b93d6fd53b3 /lang/io | |
parent | Update to GNU make 3.82 after numerous -exp runs. (diff) |
Tag the one gmake-3.82 casualty as broken.
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index f1ab4ca587f3..bf0f9a010430 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -15,6 +15,8 @@ DISTNAME= io-${PORTVERSION:S/0.0.//} MAINTAINER= gahr@FreeBSD.org COMMENT= Small prototype-based programming language +BROKEN= Fails in interesting ways with GNU make 3.82 + USE_GMAKE= yes CFLAGS+= -fPIC USE_LDCONFIG= yes |