diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:18:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:18:10 +0000 |
commit | c0b08b695bb580fe3d0f4e6f5ef0abd214555a47 (patch) | |
tree | 79300ba66651e511dbfeccf2456fbb6ecbb988a8 /emulators/yape | |
parent | Mark as broken with gcc4.2. While here, remove 4.x cruft. (diff) |
Mark as broken with gcc4.2 on 64-bit archs. While here, remove cruft
for obsolete versions of 5.x.
Notes
Notes:
svn path=/head/; revision=200595
Diffstat (limited to 'emulators/yape')
-rw-r--r-- | emulators/yape/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/yape/Makefile b/emulators/yape/Makefile index 84ef2dec221b..08b7489ae3b3 100644 --- a/emulators/yape/Makefile +++ b/emulators/yape/Makefile @@ -25,8 +25,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503001 -IGNORE= build only in 5.3 or uppper (Need fmax(3) and fmin(3) function) +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif post-extract: |