Date: Wed, 19 Feb 2014 17:05:18 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345118 - head/games/ggz-gtk-games Message-ID: <201402191705.s1JH5I5N068226@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Wed Feb 19 17:05:18 2014 New Revision: 345118 URL: http://svnweb.freebsd.org/changeset/ports/345118 QAT: https://qat.redports.org/buildarchive/r345118/ Log: games/ggz-gtk-games: Fix for modern binutils Needs explicit linking to libggzcore. Modified: head/games/ggz-gtk-games/Makefile Modified: head/games/ggz-gtk-games/Makefile ============================================================================== --- head/games/ggz-gtk-games/Makefile Wed Feb 19 16:59:22 2014 (r345117) +++ head/games/ggz-gtk-games/Makefile Wed Feb 19 17:05:18 2014 (r345118) @@ -28,6 +28,18 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ARGS= --disable-nls +post-patch: + @${REINPLACE_CMD} -e 's|_LDADD =|_LDADD = -lggzcore|' \ + ${WRKSRC}/chess/Makefile.in \ + ${WRKSRC}/chinese-checkers/Makefile.in \ + ${WRKSRC}/combat/Makefile.in \ + ${WRKSRC}/dots/Makefile.in \ + ${WRKSRC}/ggzcards/Makefile.in \ + ${WRKSRC}/hastings/Makefile.in \ + ${WRKSRC}/reversi/Makefile.in \ + ${WRKSRC}/spades/Makefile.in \ + ${WRKSRC}/tictactoe/Makefile.in + post-install: ${INSTALL_DATA} ${WRKSRC}/chess/module.dsc ${STAGEDIR}/${PREFIX}/share/ggz/chess.dsc ${INSTALL_DATA} ${WRKSRC}/chinese-checkers/module.dsc ${STAGEDIR}/${PREFIX}/share/ggz/chinese-checkers.dsc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191705.s1JH5I5N068226>