From 8eba96b36ad4230e29c29044a42608050210a1f7 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 2 Jul 2007 19:01:04 +0000 Subject: - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 --- devel/stlport/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/stlport') diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index e2aff4807b4b..7ecd2dc1c865 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -28,6 +28,10 @@ BROKEN= "Segfault during build on alpha" BROKEN= "Requires /usr/include/wchar.h for compilation" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes -- cgit