FreeBSD Bugzilla – Attachment 150478 Details for
Bug 195895
[MAINTAINER] games/pioneer: fix compiler error after 2014.12.03 changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 373736 revision)
pioneer_0.0.20141128-0.0.20141128,1.diff (text/plain), 989 bytes, created by
Bugzilla Automation
on 2014-12-11 17:12:19 UTC
(
hide
)
Description:
Proposed patch (since 373736 revision)
Filename:
MIME Type:
Creator:
Bugzilla Automation
Created:
2014-12-11 17:12:19 UTC
Size:
989 bytes
patch
obsolete
>diff -ruN pioneer.orig/Makefile pioneer/Makefile >--- pioneer.orig/Makefile 2014-12-02 07:15:33.000000000 +0400 >+++ pioneer/Makefile 2014-12-11 19:28:48.000000000 +0400 >@@ -3,8 +3,9 @@ > > PORTNAME= pioneer > PORTVERSION= 0.0.${GH_TAGNAME} >+PORTREVISION= 1 > 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 +93,9 @@ > ${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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195895
: 150478 |
150479
|
150480