diff options
-rw-r--r-- | devel/cocktail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cocktail/Makefile b/devel/cocktail/Makefile index 67877c95fc9c..807576dad4ff 100644 --- a/devel/cocktail/Makefile +++ b/devel/cocktail/Makefile @@ -20,8 +20,8 @@ MAN2= mtc.2 .include <bsd.port.pre.mk> -.if ${ARCH} == "sparc64" -BROKEN= "Coredump during build on sparc64" +.if ${ARCH} == "sparc64" || ${ARCH} == "amd64" +BROKEN= "Coredump during build on sparc64 and amd64" .endif .include <bsd.port.post.mk> |