diff options
Diffstat (limited to 'games/tecnoballz')
-rw-r--r-- | games/tecnoballz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/tecnoballz/Makefile b/games/tecnoballz/Makefile index 0ff85c9316d8..e5340b4b0f6d 100644 --- a/games/tecnoballz/Makefile +++ b/games/tecnoballz/Makefile @@ -43,6 +43,10 @@ post-patch: 's|/var/lib/games|/var/games|; \ s|TecnoballZ/|${DATADIR}/|' \ ${WRKSRC}/src/ressources.cc + @${REINPLACE_CMD} -e 's|escapeMenu::||' \ + ${WRKSRC}/include/escapeMenu.h + @${REINPLACE_CMD} -e 's|zexplosion\*|class &|' \ + ${WRKSRC}/include/zeGigaBlit.h do-install: @${MKDIR} ${PREFIX}/bin |