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 /comms/aldo | |
parent | 90d066226dd1c911b582d427e238586ef204ee7f (diff) | |
download | ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.tar.gz ports-de1ccba75678e5ce47f59a40b2d2fcd61b3fe112.zip |
Notes
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index 7c95bc4582b2..abd0208f13ae 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -29,6 +29,10 @@ MAN1= aldo.1 BROKEN= "Doesn't build on FreeBSD < 5.x" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/aldo.1 ${MANPREFIX}/man/man1 |