diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-26 20:23:12 +0000 |
commit | de1ccba75678e5ce47f59a40b2d2fcd61b3fe112 (patch) | |
tree | 68ebf2598e543180939a9b3b8c99d60c9c50de9d /lang/afnix | |
parent | 90d066226dd1c911b582d427e238586ef204ee7f (diff) | |
download | ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.tar.gz ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.zip |
Notes
Diffstat (limited to 'lang/afnix')
-rw-r--r-- | lang/afnix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/afnix/Makefile b/lang/afnix/Makefile index 80c6bf2d64f8..1571c53fb8b6 100644 --- a/lang/afnix/Makefile +++ b/lang/afnix/Makefile @@ -39,6 +39,10 @@ MAN7= eul::afnix.7 vol-0::afnix.7 vol-1::afnix.7 vol-2::afnix.7 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-extract: @cd ${WRKSRC}/cnf/mak && ${CP} -f afnix-gcc-3.mak afnix-freebsd.mak |