From faf7db8383713c63e3799590f7e2b3933c15e979 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 25 Jan 2005 03:11:46 +0000 Subject: BROKEN on 5.x: Does not compile --- lang/ccscript/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lang/ccscript') diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 40fed2ef69e0..3635a5549448 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -30,4 +30,9 @@ MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \ ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \ Script_Package.3cc Script_Property.3cc Script_Session.3cc -.include +.include + +.if ${OSVERSION} >= 503001 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif +.include -- cgit v1.2.3