From 01aa5d3c3738157ac5f482617e3d1ef1ec50bfba Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Fri, 28 Mar 2008 01:50:20 +0000 Subject: Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime and these seem work fine in normal use. I don't test every functions, so let me know if you have any problem with it. Reported by: pointyhat via pav --- games/cheech/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'games/cheech') 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 ||g' \ + ${WRKSRC}/src/*.cc pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC} -- cgit v1.2.3