From 787cd838778261d69e4b1dd287b2ed727dc9b3a3 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 18 May 2003 11:41:56 +0000 Subject: BROKEN on 5.1: bad C++ --- devel/libg++/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/libg++/Makefile') diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile index 0a98209697c9..07b83bfc2a11 100644 --- a/devel/libg++/Makefile +++ b/devel/libg++/Makefile @@ -23,10 +23,16 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A libg++ container classes for EGCS and later versions of GCC +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C++ code)" +.endif + CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} PLIST_SUB= GCC28SUBDIR=${GCC28DIR} pre-configure: @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile -.include +.include -- cgit v1.2.3