From 447ac79701ea344450a1b74cb50f4430cdbc41af Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 15 Apr 2010 00:14:18 +0000 Subject: - Fix build on < 8.x Reported by: pointyhat via pav --- games/linwarrior/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'games/linwarrior/Makefile') diff --git a/games/linwarrior/Makefile b/games/linwarrior/Makefile index ea4800849f4b..53a826fd24ae 100644 --- a/games/linwarrior/Makefile +++ b/games/linwarrior/Makefile @@ -31,12 +31,6 @@ DESKTOP_ENTRIES="LinWarrior 3D" \ "Game;ActionGame;Simulation;" \ false -.include - -.if ${OSVERSION} < 800007 -EXTRA_PATCHES= ${FILESDIR}/extra-patch-source-cMech.cpp -.endif - post-extract: @${FIND} ${WRKSRC} -type d -exec chmod a+rx {} \; @${FIND} ${WRKSRC} -type f -exec chmod a+r {} \; @@ -51,4 +45,4 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}/data && ${COPYTREE_SHARE} '*' ${DATADIR}/ -.include +.include -- cgit v1.2.3