From 09cf986a6d1a90b59511c7733f618f88f8b128f6 Mon Sep 17 00:00:00 2001 From: grzegol Date: Tue, 11 Nov 2003 21:58:11 +0000 Subject: [PATCH] - updated to FlightGear-0.9.3 Changed files: FlightGear-libs.patch -> 1.5 --- FlightGear-libs.patch | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/FlightGear-libs.patch b/FlightGear-libs.patch index eb1425a..4295834 100644 --- a/FlightGear-libs.patch +++ b/FlightGear-libs.patch @@ -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) -- 2.44.0