Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458448
Collapse All | Expand All

(-)src/FlightTrack.hxx.old (+2 lines)
Lines 39-44 Link Here
39
39
40
#include "misc.hxx"
40
#include "misc.hxx"
41
41
42
using namespace std;
43
42
// EYE - why do I need to do this?
44
// EYE - why do I need to do this?
43
struct NAV;
45
struct NAV;
44
46
(-)src/Makefile.am.old (-4 / +2 lines)
Lines 35-42 Link Here
35
	Geographics.cxx Geographics.hxx 
35
	Geographics.cxx Geographics.hxx 
36
36
37
Atlas_LDADD = \
37
Atlas_LDADD = \
38
	-lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug \
38
	-lSimGearCore -lSimGearScene \
39
	-lsgbucket -lsgstructure -lsgmath \
40
	 -lplibsg -lplibpuaux -lplibpu -lplibul -lplibfnt -lplibnet \
39
	 -lplibsg -lplibpuaux -lplibpu -lplibul -lplibfnt -lplibnet \
41
	$(opengl_LIBS) \
40
	$(opengl_LIBS) \
42
	-lpng -lz -ljpeg
41
	-lpng -lz -ljpeg
Lines 52-59 Link Here
52
	misc.cxx misc.hxx
51
	misc.cxx misc.hxx
53
52
54
Map_LDADD = \
53
Map_LDADD = \
55
	-lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \
54
	-lSimGearCore -lSimGearScene \
56
	-lsgbucket -lsgstructure -lsgmath \
57
	-lplibfnt -lplibsg \
55
	-lplibfnt -lplibsg \
58
	$(opengl_LIBS) \
56
	$(opengl_LIBS) \
59
	-lpng -lz -ljpeg
57
	-lpng -lz -ljpeg

Return to bug 458448