Bug 116614 - [MAINTAINER] games/quantumminigolf: fix build on amd64
Summary: [MAINTAINER] games/quantumminigolf: fix build on amd64
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 22:40 UTC by Dmitry Marakasov
Modified: 2007-09-25 12:30 UTC (History)
0 users

See Also:


Attachments
quantumminigolf.patch (505 bytes, patch)
2007-09-24 22:40 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-09-24 22:40:08 UTC
As reported py pav@, the port does not build on amd64:

---
c++ -I/usr/local/include -I/usr/local/include/SDL  -O -pipe -O3 -fomit-frame-pointer -finline-functions -malign-double -funroll-all-loops -Wall -Wno-unused -DLINUX  -c quantumminigolf.cpp -o quantumminigolf.o=20
quantumminigolf.cpp:1: error: -malign-double makes no sense in the 64bit mode
gmake: *** [quantumminigolf.o] Error 1
*** Error code 2
---

The patch attached should solve the problem, by removing -malign-double on non-i386 systems
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-09-25 12:23:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-25 12:23:08 UTC
rafan       2007-09-25 11:22:58 UTC

  FreeBSD ports repository

  Modified files:
    games/quantumminigolf Makefile 
  Log:
  - Remove -malign-double on non-i386 platform to fix build on amd64:
  
  quantumminigolf.cpp:1: error: -malign-double makes no sense in the 64bit mode
  
  PR:             ports/116614
  Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
  
  Revision  Changes    Path
  1.3       +4 -1      ports/games/quantumminigolf/Makefile
_______________________________________________
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"