diff options
-rw-r--r-- | science/berkeleygw/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/science/berkeleygw/Makefile b/science/berkeleygw/Makefile index 9c66fa88045f..d12f94970298 100644 --- a/science/berkeleygw/Makefile +++ b/science/berkeleygw/Makefile @@ -28,9 +28,15 @@ EXAMPLES_MAKE_ARGS= INSTALL_EXAMPLES=yes PORTEXAMPLES= * +.include <bsd.port.pre.mk> + +.if ${ARCH} == i386 && ${GCC_DEFAULT} >= 10 +BROKEN= f951: internal compiler error: Segmentation fault +.endif + post-patch: @${LN} -s ${WRKSRC}/config/generic.serial.freebsd.mk ${WRKSRC}/arch.mk @${LN} -s ${WRKSRC}/flavor_real.mk ${WRKSRC}/flavor.mk @${FIND} ${WRKSRC} -name "script*" -o -name "*.scr" | ${XARGS} ${REINPLACE_CMD} -i '' 's|#! */bin/bash.*|#!/bin/sh|' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |