]> git.pld-linux.org Git - packages/FlightGear.git/blob - FlightGear-libs.patch
- updated to 0.9.5
[packages/FlightGear.git] / FlightGear-libs.patch
1 diff -Naur FlightGear-0.9.4/src/Airports/Makefile.am FlightGear-0.9.4-p/src/Airports/Makefile.am
2 --- FlightGear-0.9.4/src/Airports/Makefile.am   Fri Aug 29 19:35:45 2003
3 +++ FlightGear-0.9.4-p/src/Airports/Makefile.am Sat Apr  3 22:53:31 2004
4 @@ -7,6 +7,7 @@
5         simple.cxx simple.hxx
6  
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
11  
12  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
13 diff -Naur FlightGear-0.9.4/src/FDM/YASim/Makefile.am FlightGear-0.9.4-p/src/FDM/YASim/Makefile.am
14 --- FlightGear-0.9.4/src/FDM/YASim/Makefile.am  Fri Jan  9 21:01:22 2004
15 +++ FlightGear-0.9.4-p/src/FDM/YASim/Makefile.am        Mon Mar 29 14:44:33 2004
16 @@ -40,6 +40,6 @@
17  
18  yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
19  
20 -yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure  $(base_LIBS)
21 +yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lsgstructure -lsgtiming $(base_LIBS) -lz
22  
23  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
24 diff -Naur FlightGear-0.9.4/src/Main/Makefile.am FlightGear-0.9.4-p/src/Main/Makefile.am
25 --- FlightGear-0.9.4/src/Main/Makefile.am       Tue Mar 16 21:27:15 2004
26 +++ FlightGear-0.9.4-p/src/Main/Makefile.am     Sat Apr  3 23:39:55 2004
27 @@ -94,6 +94,6 @@
28  metar_LDADD = \
29          -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug \
30          -lplibnet -lplibul $(network_LIBS) \
31 -        -lz $(base_LIBS)
32 +        -lz $(base_LIBS) -lsgserial -lsgprops -lsgxml
33  
34  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
35 diff -Naur FlightGear-0.9.4/src/Navaids/Makefile.am FlightGear-0.9.4-p/src/Navaids/Makefile.am
36 --- FlightGear-0.9.4/src/Navaids/Makefile.am    Fri Aug 29 19:35:49 2003
37 +++ FlightGear-0.9.4-p/src/Navaids/Makefile.am  Sat Apr  3 23:34:04 2004
38 @@ -11,7 +11,7 @@
39  testnavs_SOURCES = testnavs.cxx
40  testnavs_LDADD = \
41         libNavaids.a \
42 -       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
43 -       $(base_LIBS) -lz
44 +       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml -lsgstructure \
45 +       $(base_LIBS) -lz -lsgprops
46  
47  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
48 diff -Naur FlightGear-0.9.4/tests/Makefile.am FlightGear-0.9.4-p/tests/Makefile.am
49 --- FlightGear-0.9.4/tests/Makefile.am  Fri Aug 29 19:35:51 2003
50 +++ FlightGear-0.9.4-p/tests/Makefile.am        Sat Apr  3 22:51:55 2004
51 @@ -17,4 +17,4 @@
52  test_text_SOURCES = test-text.cxx
53  
54  test_up_SOURCES = test-up.cxx
55 -test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
56 +test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lsgstructure -lsgtiming -lz $(base_LIBS) -lsgprops
This page took 0.050822 seconds and 3 git commands to generate.