From 0613a3b64c450431d905e3e1a5f06be9e4a8a4b5 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 16 Aug 2004 00:51:30 +0000 Subject: BROKEN= "pengo.c doesn't compile on 4.10 (see ports/69509)" Noticed by: kris+pointyhat Reviewed by: Florent Thoumie (long time ago) --- emulators/raine/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators/raine') diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index ddb8962b0532..804d7767cb30 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -28,8 +28,14 @@ MAKE_ENV= PREFIX=${PREFIX} ONLY_FOR_ARCHS= i386 +.include + +.if ${OSVERSION} < 500000 +BROKEN= "pengo.c doesn't compile on 4.10 (see ports/69509)" +.endif + post-patch: ${REINPLACE_CMD} -e "s, [$$]_mcpu,,g" ${WRKSRC}/detect-cpu ${REINPLACE_CMD} -e "s,sdl-config,${SDL_CONFIG},g" ${WRKSRC}/makefile -.include +.include -- cgit v1.2.3