Bug 119071 - [MAINTAINER] games/blobandconquer: try to fix build on sparc64
Summary: [MAINTAINER] games/blobandconquer: try to fix build on sparc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-27 18:00 UTC by Dmitry Marakasov
Modified: 2008-01-03 21:10 UTC (History)
0 users

See Also:


Attachments
blobandconquer.patch (988 bytes, patch)
2007-12-27 18:00 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2007-12-27 18:00:02 UTC
Declare function before it's used to fix error reported by gcc (for some reason, only on sparc64)

Link to build error log:
http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.7.2007121804/blobandconquer-0.91.1.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-27 18:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-03 21:03:30 UTC
miwi        2008-01-03 21:03:27 UTC

  FreeBSD ports repository

  Modified files:
    games/blobandconquer Makefile 
  Added files:
    games/blobandconquer/files patch-src-world-bsp.cpp 
  Log:
  - Fix build on sparc64
  
  PR:             119071
  Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
  
  Revision  Changes    Path
  1.15      +1 -0      ports/games/blobandconquer/Makefile
  1.1       +11 -0     ports/games/blobandconquer/files/patch-src-world-bsp.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-01-03 21:05:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!