diff options
-rw-r--r-- | games/ltris/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index f0a591d35ba1..b1fb0664dd6b 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -31,6 +31,8 @@ post-patch: @${REINPLACE_CMD} -e 's|/icons|/pixmaps|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|= @mixer_flag@|= @INTLLIBS@ @mixer_flag@|g ; \ s|--mode=666||g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's/^inline //' \ + ${WRKSRC}/src/sdl.h ${WRKSRC}/src/tools.h post-install: @${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME} |