diff options
Diffstat (limited to 'games/cheech')
-rw-r--r-- | games/cheech/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cheech/Makefile b/games/cheech/Makefile index fff537868800..5edae9aec7ab 100644 --- a/games/cheech/Makefile +++ b/games/cheech/Makefile @@ -36,6 +36,9 @@ post-patch: @${REINPLACE_CMD} -e "s|doc/cheech|share/doc/cheech|g" \ -e "s|: install-cheechdocDATA|:|g" \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ + s|#include <sigc++\/compatibility\.h>||g' \ + ${WRKSRC}/src/*.cc pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC} |