From a7c4f785889262b05f23ed25acd975b5cc8a3857 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Fri, 3 Dec 2010 19:27:04 +0000 Subject: [PATCH] - Unbreak on FreeBSD 6.x. Added requirement for gcc 4.2+, since the dependent devel/boost-libs requires it, and burrtools had been compiled by default with gcc 3.4.6 on 6.x. Reported by: pointyhat (via pav) --- games/burrtools/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/games/burrtools/Makefile b/games/burrtools/Makefile index f9385bab294d..d28c63578f7c 100644 --- a/games/burrtools/Makefile +++ b/games/burrtools/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ USE_XORG= x11 xt xext xmu xi USE_GL= glu USE_GMAKE= yes +USE_GCC= 4.2+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="`fltk-config --cxxflags`" \ LDFLAGS="`fltk-config --ldflags`" @@ -35,10 +36,6 @@ PLIST_FILES= bin/burrTxt bin/burrTxt2 bin/burrGui .include -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/burrTxt2 ${PREFIX}/bin