diff options
author | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-05-27 04:23:12 +0800 |
commit | 2b2c12c28b66d24f54d7244e1d83da35251424dd (patch) | |
tree | 35a80f24caf771234562c7e8fad8ddc4a772dd32 /comms | |
parent | 2975fee95532d988546d03d7c4d78934ba7eef95 (diff) | |
download | freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.gz freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.tar.zst freebsd-ports-gnome-2b2c12c28b66d24f54d7244e1d83da35251424dd.zip |
BROKEN with gcc 4.2
Diffstat (limited to 'comms')
-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 |