]> git.pld-linux.org Git - packages/FlightGear.git/commitdiff
- updated to FlightGear-0.9.3
authorgrzegol <grzegol@pld-linux.org>
Tue, 11 Nov 2003 21:58:11 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    FlightGear-libs.patch -> 1.5

FlightGear-libs.patch

index eb1425a84977a62d26240987a9b873df5b3b7604..4295834f1ed5250df63610a2617d59c5cda0a9bd 100644 (file)
@@ -1,20 +1,32 @@
-diff -urN aaa/FlightGear-0.9.2/src/FDM/YASim/Makefile.am FlightGear-0.9.2/src/FDM/YASim/Makefile.am
---- aaa/FlightGear-0.9.2/src/FDM/YASim/Makefile.am     2003-05-20 20:28:54.000000000 +0200
-+++ FlightGear-0.9.2/src/FDM/YASim/Makefile.am 2003-08-02 20:40:37.000000000 +0200
-@@ -55,6 +55,6 @@
-         Vector.hpp \
-         Wing.cpp Wing.hpp
+diff -urN aaa/FlightGear-0.9.3/src/FDM/YASim/Makefile.am FlightGear-0.9.3/src/FDM/YASim/Makefile.am
+--- aaa/FlightGear-0.9.3/src/FDM/YASim/Makefile.am     2003-10-16 16:40:26.000000000 +0200
++++ FlightGear-0.9.3/src/FDM/YASim/Makefile.am 2003-11-11 01:57:06.000000000 +0100
+@@ -39,6 +39,6 @@
  
--yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug
-+yasim_LDADD = -lsgxml -lsgprops -lsgmisc -lsgdebug -lz
+ yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCES)
+-yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure  $(base_LIBS)
++yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgtiming  $(base_LIBS) -lz
+ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+diff -urN aaa/FlightGear-0.9.3/src/Navaids/Makefile.am FlightGear-0.9.3/src/Navaids/Makefile.am
+--- aaa/FlightGear-0.9.3/src/Navaids/Makefile.am       2003-08-29 19:35:49.000000000 +0200
++++ FlightGear-0.9.3/src/Navaids/Makefile.am   2003-11-11 02:02:33.000000000 +0100
+@@ -11,7 +11,7 @@
+ testnavs_SOURCES = testnavs.cxx
+ testnavs_LDADD = \
+       libNavaids.a \
+-      -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
++      -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml -lsgstructure \
+       $(base_LIBS) -lz
  
  INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
-diff -urN aaa/FlightGear-0.9.2/tests/Makefile.am FlightGear-0.9.2/tests/Makefile.am
---- aaa/FlightGear-0.9.2/tests/Makefile.am     2003-05-20 20:30:06.000000000 +0200
-+++ FlightGear-0.9.2/tests/Makefile.am 2003-08-02 20:39:55.000000000 +0200
-@@ -21,4 +21,4 @@
- test_text_LDADD = $(base_LIBS)
+diff -urN aaa/FlightGear-0.9.3/tests/Makefile.am FlightGear-0.9.3/tests/Makefile.am
+--- aaa/FlightGear-0.9.3/tests/Makefile.am     2003-08-29 19:35:51.000000000 +0200
++++ FlightGear-0.9.3/tests/Makefile.am 2003-11-11 01:57:06.000000000 +0100
+@@ -17,4 +17,4 @@
+ test_text_SOURCES = test-text.cxx
  
  test_up_SOURCES = test-up.cxx
 -test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul $(base_LIBS)
-+test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lz $(base_LIBS)
++test_up_LDADD = -lsgmath -lsgdebug -lplibsg -lplibul -lsgmisc -lsgxml -lsgstructure -lsgtiming -lz $(base_LIBS)
This page took 0.106172 seconds and 4 git commands to generate.