From b7ff7031ea6f07582ad920bef0ffd13ac1adcc44 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 27 May 2007 03:03:31 +0000 Subject: BROKEN with gcc 4.2 --- lang/moscow_ml/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/moscow_ml') diff --git a/lang/moscow_ml/Makefile b/lang/moscow_ml/Makefile index 1b35ece5948a..f79ea488b2cc 100644 --- a/lang/moscow_ml/Makefile +++ b/lang/moscow_ml/Makefile @@ -30,6 +30,12 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" DOCSDIR="${DOCSDIR}" \ PKGMESSAGE= ${WRKDIR}/pkgmessage +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Broken with gcc 4.2 +.endif + post-patch: ${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s,-O2,${CFLAGS} -I${LOCALBASE}/include," @@ -63,4 +69,4 @@ post-install: @${FIND} ${EXAMPLESDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \; @${CAT} ${PKGMESSAGE} -.include +.include -- cgit v1.2.3