]> git.pld-linux.org Git - packages/FlightGear.git/blob - FlightGear-libs.patch
added libGLcore.so.1 to _noautoreqdep
[packages/FlightGear.git] / FlightGear-libs.patch
1 diff -Naur FlightGear-0.7.6/src/Airports/Makefile.am FlightGear-0.7.6-/src/Airports/Makefile.am
2 --- FlightGear-0.7.6/src/Airports/Makefile.am   Wed Sep 20 23:15:34 2000
3 +++ FlightGear-0.7.6-/src/Airports/Makefile.am  Sun Apr 22 00:57:47 2001
4 @@ -7,9 +7,9 @@
5         simple.cxx simple.hxx
6  
7  gensimple_SOURCES = gensimple.cxx
8 -gensimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
9 +gensimple_LDADD = libAirports.a -lsgxml -lsgdebug -lsgmisc -lmk4 -lz
10  
11  genrunways_SOURCES = genrunways.cxx
12 -genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz
13 +genrunways_LDADD = libAirports.a -lsgxml -lsgdebug -lsgmisc -lmk4 -lz
14  
15  INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
16 diff -Naur FlightGear-0.7.6/src/Navaids/Makefile.am FlightGear-0.7.6-/src/Navaids/Makefile.am
17 --- FlightGear-0.7.6/src/Navaids/Makefile.am    Wed Sep 20 23:22:04 2000
18 +++ FlightGear-0.7.6-/src/Navaids/Makefile.am   Sun Apr 22 01:04:06 2001
19 @@ -8,6 +8,6 @@
20         nav.hxx navlist.hxx navlist.cxx
21  
22  testnavs_SOURCES = testnavs.cxx
23 -testnavs_LDADD = libNavaids.a -lsgmath -lsgmisc -lsgdebug -lz
24 +testnavs_LDADD = libNavaids.a -lsgmath -lsgmisc -lsgdebug -lz -lsgxml
25  
26  INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
This page took 0.02622 seconds and 3 git commands to generate.