From 0e7671526c2c3ebb281d229195653b87b23bfc3d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 2 Nov 2003 10:25:46 +0000 Subject: Per bento logs, mark as broken on 5.x for the usual gcc3.3 reasons. --- print/gfontview/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'print/gfontview') diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index 19f5db0c12d9..a47c216701ae 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -29,6 +29,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype1/freetype \ CONFIGURE_ARGS= --with-fontdir="${LOCALBASE}/share/ghostscript/fonts" \ --with-libungif +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-O2"|CXXFLAGS="$$CXXFLAGS"|g ; \ s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ @@ -37,4 +43,4 @@ post-patch: @${REINPLACE_CMD} -e \ 's|-I/usr/include/freetype||g' ${WRKSRC}/Makefile.in -.include +.include -- cgit v1.2.3