diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 14:06:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 14:06:17 +0800 |
commit | 0d8903c24446cf26bc2f3fa74ca4331c75a05deb (patch) | |
tree | 99920af9866e61993ff78234402daba1075b3712 /palm | |
parent | 758a38185812cdf947056ff5193efffd76f5a82d (diff) | |
download | freebsd-ports-gnome-0d8903c24446cf26bc2f3fa74ca4331c75a05deb.tar.gz freebsd-ports-gnome-0d8903c24446cf26bc2f3fa74ca4331c75a05deb.tar.zst freebsd-ports-gnome-0d8903c24446cf26bc2f3fa74ca4331c75a05deb.zip |
Mark broken on gcc4.2.
Diffstat (limited to 'palm')
-rw-r--r-- | palm/romeo/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/palm/romeo/Makefile b/palm/romeo/Makefile index f8e12b579dca..ceac703d610e 100644 --- a/palm/romeo/Makefile +++ b/palm/romeo/Makefile @@ -23,7 +23,11 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" +BROKEN= Does not compile on alpha +.endif + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 .endif do-install: |