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 --- comms/gsmlib/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index f086806a46f7..9c7c60b99f3c 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -39,8 +39,14 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' -.include +.include -- cgit v1.2.3