Date: Tue, 27 Aug 2013 21:52:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325491 - head/games/kobodeluxe Message-ID: <201308272152.r7RLqFwu086247@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 27 21:52:15 2013 New Revision: 325491 URL: http://svnweb.freebsd.org/changeset/ports/325491 Log: - Fix build on 10.X (pipe2 symbol conflicts with pipe2() from unistd.h) Modified: head/games/kobodeluxe/Makefile Modified: head/games/kobodeluxe/Makefile ============================================================================== --- head/games/kobodeluxe/Makefile Tue Aug 27 21:42:38 2013 (r325490) +++ head/games/kobodeluxe/Makefile Tue Aug 27 21:52:15 2013 (r325491) @@ -56,6 +56,8 @@ post-patch: s|-lSDL$$||; s|SDL/SDL|SDL|' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$(datadir)/games/kobo-deluxe|${DATADIR}|' \ ${WRKSRC}/data/Makefile.in + @${REINPLACE_CMD} -e 's|pipe2|kobopipe2|g' ${WRKSRC}/enemies.h \ + ${WRKSRC}/enemy.cpp post-install: ${CHGRP} games ${PREFIX}/bin/kobodl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308272152.r7RLqFwu086247>