diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/fishsupper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/fishsupper/Makefile b/games/fishsupper/Makefile index 82eeb362e6cb..693f2f9119df 100644 --- a/games/fishsupper/Makefile +++ b/games/fishsupper/Makefile @@ -35,6 +35,7 @@ OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|std::tr1::shared_ptr|std::shared_ptr|g' ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cpp + @${REINPLACE_CMD} -e '/tr1\/memory/ d' ${WRKSRC}/src/*.h ${WRKSRC}/src/*.cpp post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} |