diff options
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index a7e628fb17c8..608fb0a031c4 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -70,6 +70,7 @@ post-patch: ${WRKSRC}/engineoutput.c ${WRKSRC}/uci.c @${REINPLACE_CMD} -e 's:INSTALL.*sysconfdir):&/$$$$files.dist:' \ ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's/^SendString/void &/' ${WRKSRC}/xoptions.c post-install: @${INSTALL_SCRIPT} ${WRKSRC}/cmail ${PREFIX}/bin/ |