summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 15:54:23 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 15:54:23 +0000
commit4b3c015875621752351921cac69185f14108f693 (patch)
tree5f4f625cbf6aa1bad4f1605c1b19c5074b83089c /devel
parentMark BROKEN for ELF: (diff)
Mark BROKEN for current:
CVS ---------------------------------------------------------------------- error in signal.h
Notes
Notes: svn path=/head/; revision=13905
Diffstat (limited to 'devel')
-rw-r--r--devel/cccc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/cccc/Makefile b/devel/cccc/Makefile
index 72a4c461a407..cefcff4a4fda 100644
--- a/devel/cccc/Makefile
+++ b/devel/cccc/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 September 1997
# Whom: Andrey Zakhvatov
#
-# $Id: Makefile,v 1.2 1998/08/13 03:30:27 asami Exp $
+# $Id: Makefile,v 1.3 1998/08/13 03:32:52 asami Exp $
#
DISTNAME= cccc-2.1.1.src
@@ -17,6 +17,11 @@ MAINTAINER= andy@icc.surw.chel.su
BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \
dlg:${PORTSDIR}/devel/pccts
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= signal.h:163: syntax error
+.endif
+
WRKSRC= ${WRKDIR}/usr/local/src/cccc-2.1.1
USE_GMAKE= yes
MAKEFILE= makefile