summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-05-26 16:47:21 +0000
committertnn <tnn@pkgsrc.org>2008-05-26 16:47:21 +0000
commit9f6ca3d2fe69ec97612d53b6f4d6e9578816968c (patch)
treed4df4cb11125071a100e0ce7359a1a15be5f275e
parent147aff8394637b19cccbd8108e3dc936a82a05e4 (diff)
downloadpkgsrc-9f6ca3d2fe69ec97612d53b6f4d6e9578816968c.tar.gz
Mark as broken if using sunpro (hangs bulk build)
-rw-r--r--lang/stalin/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile
index 50a5153a70a..9a75694ef88 100644
--- a/lang/stalin/Makefile
+++ b/lang/stalin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/03/04 16:38:13 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2008/05/26 16:47:21 tnn Exp $
DISTNAME= stalin-0.9
PKGREVISION= 5
@@ -24,6 +24,12 @@ CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/}
.endif
CPPFLAGS+= -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
+.include "../../mk/compiler.mk"
+
+.if !empty(PKGSRC_COMPILER:Msunpro)
+BROKEN= Sorry, sunpro isn't supported for this package.
+.endif
+
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-patch: