diff options
Diffstat (limited to 'science/oof')
-rw-r--r-- | science/oof/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index be5925e84a3f..1f240e8f818d 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -54,6 +54,10 @@ PLIST_FILES+= bin/oof2abaqus .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + .if ${ARCH}==sparc64 BROKEN= does not compile on ${ARCH} .endif |