diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-19 19:52:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-19 19:52:00 +0000 |
commit | 225fa1201f0f3e884ba7e916065051216ff7f147 (patch) | |
tree | ac316f798ac5f9abf73d4d076f8e890ae4cd8e92 /lang/pnet-base | |
parent | e37918825629f271560c6bdf8e722926fbc01322 (diff) | |
download | ports-225fa1201f0f3e884ba7e916065051216ff7f147.tar.gz ports-225fa1201f0f3e884ba7e916065051216ff7f147.zip |
Notes
Diffstat (limited to 'lang/pnet-base')
-rw-r--r-- | lang/pnet-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pnet-base/Makefile b/lang/pnet-base/Makefile index d469bced6ff3..e0071503f9e8 100644 --- a/lang/pnet-base/Makefile +++ b/lang/pnet-base/Makefile @@ -46,6 +46,10 @@ MAN1= clrwrap.1 csant.1 cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 \ .include "${.CURDIR}/../pnet/Makefile.pnet" .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "cscc core dumps" +.endif + post-everything:: .if !defined(WITH_OPTIMIZED_CFLAGS) @${ECHO_MSG} "Define optimized CFLAGS with" |