]> git.pld-linux.org Git - packages/FlightGear.git/blame - FlightGear-libs.patch
- updated for 0.9.5
[packages/FlightGear.git] / FlightGear-libs.patch
CommitLineData
8848fed4 1diff -urN aa/FlightGear-0.9.5/src/Airports/Makefile.am FlightGear-0.9.5/src/Airports/Makefile.am
2--- aa/FlightGear-0.9.5/src/Airports/Makefile.am 2003-08-29 19:35:45.000000000 +0200
3+++ FlightGear-0.9.5/src/Airports/Makefile.am 2004-08-01 17:36:45.387128776 +0200
a4b17c14
SZ
4@@ -7,6 +7,7 @@
5 simple.cxx simple.hxx
bc5f32f3 6
a4b17c14
SZ
7 calc_loc_SOURCES = calc_loc.cxx
8-calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
9+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS) \
10+ -lsgprops -lsgstructure -lsgxml
09cf986a 11
a4b17c14 12 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
8848fed4 13diff -urN aa/FlightGear-0.9.5/src/FDM/YASim/Makefile.am FlightGear-0.9.5/src/FDM/YASim/Makefile.am
14--- aa/FlightGear-0.9.5/src/FDM/YASim/Makefile.am 2004-06-09 16:08:47.000000000 +0200
15+++ FlightGear-0.9.5/src/FDM/YASim/Makefile.am 2004-08-01 17:36:45.387128776 +0200
16@@ -43,9 +43,9 @@
a4b17c14
SZ
17
18 yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
19
8848fed4 20-yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure -lsgtiming $(base_LIBS)
a4b17c14
SZ
21+yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure -lsgtiming $(base_LIBS) -lz
22
8848fed4 23 proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
24-proptest_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure $(base_LIBS)
25+proptest_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure $(base_LIBS) -lz
26
a4b17c14 27 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
8848fed4 28diff -urN aa/FlightGear-0.9.5/src/GUI/Makefile.am FlightGear-0.9.5/src/GUI/Makefile.am
29--- aa/FlightGear-0.9.5/src/GUI/Makefile.am 2004-05-12 18:08:57.000000000 +0200
30+++ FlightGear-0.9.5/src/GUI/Makefile.am 2004-08-01 17:37:51.730043120 +0200
31@@ -22,4 +22,4 @@
32
33 layout_test_LDADD = libGUI.a \
34 -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
35- -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
36