From 31ba33aa61882bf71f15bea4da771d171c3539e1 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 23 Dec 2003 06:12:18 +0000 Subject: Mark as broken on recent versions of 5.x due to gcc3.3 compilation problems. Informed maintainer. --- sysutils/grub/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/grub') diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 586822ac7d3b..775341c8cd4e 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -35,10 +35,16 @@ MAN8= grub.8 grub-install.8 grub-md5-crypt.8 # @sleep 2 #.endif +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + pre-build: @${RM} ${WRKSRC}/docs/grub.info* post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3