From 4b8b8e4df0588d161d13bbaa900af53416c4d6d7 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 4 Nov 2009 02:48:41 +0000 Subject: - Mark MAKE_JOBS_SAFE - Fix build on 9.0 --- games/openlierox/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/openlierox/Makefile') diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 4c7051ba06a2..1c973360c4d5 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd USE_BZIP2= yes USE_SDL= sdl image USE_GNOME= libxml2 +MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include/libxml2 CXXFLAGS+= -I${LOCALBASE}/include/libxml2 @@ -52,6 +53,8 @@ post-patch: ${WRKSRC}/src/main.cpp ${WRKSRC}/include/FindFile.h @${REINPLACE_CMD} -e 's|DATADIR|"${DATADIR}"|' \ ${WRKSRC}/src/main.cpp + @${REINPLACE_CMD} -e 's|EXEC_PROGRAM.*OLXVER)|SET(OLXVER "${DISTVERSION}")|' \ + ${WRKSRC}/CMakeLists.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/openlierox ${PREFIX}/bin -- cgit v1.2.3