| Summary: | Port update: games/flightgear and devel/simgear - Add a switch to build against new osg-devel port | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ganael LAPLANCHE <ganael.laplanche> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->closed Committed. Thanks! amdmi3 2009-02-18 23:05:36 UTC
FreeBSD ports repository
Modified files:
devel/simgear Makefile
games/flightgear Makefile
Log:
- Add optional support for graphics/osg-devel, which should fix some rendering bugs
PR: 131613
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)
Revision Changes Path
1.30 +6 -1 ports/devel/simgear/Makefile
1.57 +6 -1 ports/games/flightgear/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"
|
This patch allows to build games/flightgear and devel/simgear against the new osg-devel port : cd {PORTSDIR}/games/flightgear && make -DWITH_OSG_DEVEL install Osg-2.7.x branch is recommended for games/flightgear to avoid rendering bugs, see : http://www.flightgear.org/version.html Fix: Patch attached with submission follows: