Date: Thu, 11 Dec 2014 23:06:10 +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: r374554 - head/games/pioneer Message-ID: <201412112306.sBBN6Ap1030431@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Dec 11 23:06:09 2014 New Revision: 374554 URL: https://svnweb.freebsd.org/changeset/ports/374554 QAT: https://qat.redports.org/buildarchive/r374554/ Log: - Fix build with new freetype PR: 195895 Submitted by: lightside@gmx.com (maintainer) Modified: head/games/pioneer/Makefile Modified: head/games/pioneer/Makefile ============================================================================== --- head/games/pioneer/Makefile Thu Dec 11 23:05:50 2014 (r374553) +++ head/games/pioneer/Makefile Thu Dec 11 23:06:09 2014 (r374554) @@ -4,7 +4,7 @@ PORTNAME= pioneer PORTVERSION= 0.0.${GH_TAGNAME} CATEGORIES= games -MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/ +MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/ MAINTAINER= lightside@gmx.com COMMENT= Space adventure game set in the Milky Way galaxy @@ -92,6 +92,9 @@ post-patch: .SILENT ${WRKSRC}/configure.ac ${REINPLACE_CMD} -e 's/modelviewer/${PORTNAME} -modelviewer/' \ ${WRKSRC}/Modelviewer.txt +# Use "unsigned int" type for std::max matching function + ${REINPLACE_CMD} -e 's/int m_atlasVIncrement/unsigned &/' \ + ${WRKSRC}/src/text/TextureFont.h .if !${PORT_OPTIONS:MMODELCOMPILER} ${REINPLACE_CMD} -e 's/pioneer modelcompiler/pioneer/' \ ${WRKSRC}/src/Makefile.am
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412112306.sBBN6Ap1030431>