aboutsummaryrefslogtreecommitdiff
path: root/games/corsix-th
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
commit8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /games/corsix-th
parent365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff)
downloadports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.tar.gz
ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431169
Diffstat (limited to 'games/corsix-th')
-rw-r--r--games/corsix-th/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/corsix-th/Makefile b/games/corsix-th/Makefile
index 60b0774079bc..0f3441beaa1d 100644
--- a/games/corsix-th/Makefile
+++ b/games/corsix-th/Makefile
@@ -36,12 +36,6 @@ MOVIES_CMAKE_ON= -DWITH_MOVIES=ON
MOVIES_CMAKE_OFF= -DWITH_MOVIES=OFF
MOVIES_LIB_DEPENDS= libswresample.so:multimedia/ffmpeg
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024 && ${CHOSEN_COMPILER_TYPE} == gcc
-CXXFLAGS+= -D_GLIBCXX_USE_C99
-.endif
-
post-patch:
# Allow the game to find its resources without wrapper scripts
@${REINPLACE_CMD} -e \
@@ -55,4 +49,4 @@ do-install:
cd ${WRKSRC}/CorsixTH && ${COPYTREE_SHARE} "Bitmap Levels Lua" \
${STAGEDIR}${DATADIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>