diff options
Diffstat (limited to 'games/exmars/Makefile')
-rw-r--r-- | games/exmars/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |