diff options
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 061548418633..e7cd13fe7304 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -21,4 +21,10 @@ MANCOMPRESSED= yes USE_PYTHON= 2.1+ USE_PYDISTUTILS= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 +BROKEN= "Coredump during build on alpha 4.x" +.endif + +.include <bsd.port.post.mk> |