From ea561254995b29cc463a74b6a5bc21252924345b Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 1 Oct 2009 13:18:04 +0000 Subject: - Remove BROKEN on 8.x, no longer needed - While here, mark MAKE_JOBS_UNSAFE, as it fails to build with forced jobs PR: 139235 Submitted by: Ganael Laplanche --- games/flightgear/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games/flightgear') diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index ae243df06fc6..d921531e32b6 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" # location of flightgear-data CONFIGURE_ARGS= --datadir=${LOCALBASE}/share +MAKE_JOBS_UNSAFE=yes MAN1= est-epsilon.1 js_demo.1 pstest.1 fgjs.1 gl-info.1 fgfs.1 @@ -55,10 +56,4 @@ post-install: ${INSTALL_PROGRAM} ${WRKSRC}/utils/js_server/js_server ${PREFIX}/bin @${CAT} ${PKGMESSAGE} -.include - -.if ${OSVERSION} > 800063 -BROKEN= plib joystick support broken with USB2 -.endif - -.include +.include -- cgit v1.2.3