From 460836ff23b6dcedf0492f75495022dc42f6eb99 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- games/exmars/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/exmars') diff --git a/games/exmars/Makefile b/games/exmars/Makefile index ac9b8285803b..b5ef2371b786 100644 --- a/games/exmars/Makefile +++ b/games/exmars/Makefile @@ -54,7 +54,7 @@ post-patch: @${REINPLACE_CMD} -e 's|\($${OPT}\)|${CFLAGS} \1|' ${WRKSRC}/${MAKEFILE} # Enable/disable compilation optimizations. -.if defined(WITHOUT_OPTIMIZED_CFLAGS) || ${OSVERSION} < 500035 +.if defined(WITHOUT_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|$${OPT}||' ${WRKSRC}/${MAKEFILE} .endif -- cgit