From c1a0f8ede9b1500fbfeeddd49e14619623f520ad Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 16 Aug 2004 02:33:05 +0000 Subject: BROKEN on 5.x: Does not compile with gcc 3.4.2 --- devel/commoncpp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/commoncpp') diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile index 9246596f8c8b..d6e8acae0a90 100644 --- a/devel/commoncpp/Makefile +++ b/devel/commoncpp/Makefile @@ -26,4 +26,10 @@ INSTALLS_SHLIB= yes INFO= commoncpp2 -.include +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include -- cgit v1.2.3