From 8cf20ab4342fac69f9d2a751428dcbf567b25971 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 13 Jun 2009 18:16:34 +0000 Subject: - Broken on 8.x Reported by: pointyhat --- devel/ngpt/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ngpt/Makefile b/devel/ngpt/Makefile index 475027e13dc5..b89cd1821476 100644 --- a/devel/ngpt/Makefile +++ b/devel/ngpt/Makefile @@ -24,7 +24,13 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= amd64 i386 +.include + +.if ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig -.include +.include -- cgit