diff options
-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: |