summaryrefslogtreecommitdiff
path: root/lang/pnet-base
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-04-19 19:52:00 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-04-19 19:52:00 +0000
commit225fa1201f0f3e884ba7e916065051216ff7f147 (patch)
treeac316f798ac5f9abf73d4d076f8e890ae4cd8e92 /lang/pnet-base
parent- Mark IGNORE on alpha (diff)
- Mark IGNORE on alpha
PR: ports/65772 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=107618
Diffstat (limited to 'lang/pnet-base')
-rw-r--r--lang/pnet-base/Makefile4
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"