From 8198c7a81d01b0408803dd4f0f31ebad00b2ccb9 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sun, 16 Oct 2005 19:15:38 +0000 Subject: IGNORE on 4.X. Reported by: pointyhat via kris --- games/gcompris2/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'games') diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 96a77fee691c..7db4d2d094cf 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -34,7 +34,6 @@ USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 INSTALLS_SHLIB= yes USE_REINPLACE= yes -USE_GCC= 3.4+ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS} -lm" @@ -46,8 +45,14 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} .endif +.include + +.if ${OSVERSION} < 500000 +IGNORE= Does not build on 4.X +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DGNOME_DISABLE_DEPRECATED||g' -.include +.include -- cgit