Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37595620
en ru br
Репозитории ALT
S:2020.3.17-alt1
5.1: 1.9.1-alt2
4.1: 1.0.0-alt1.1
4.0: 0.9.10-alt1
3.0: 0.9.8-alt2
www.altlinux.org/Changes

Группа :: Игры/Аркады
Пакет: FlightGear

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: FlightGear-1.0.0-alt-expat-fix.patch
Скачать


diff -uNr FlightGear-1.0.0.orig/src/FDM/YASim/Makefile.am FlightGear-1.0.0/src/FDM/YASim/Makefile.am
--- FlightGear-1.0.0.orig/src/FDM/YASim/Makefile.am	2007-11-17 11:37:45 +0300
+++ FlightGear-1.0.0/src/FDM/YASim/Makefile.am	2008-01-08 21:23:18 +0300
@@ -46,9 +46,9 @@
 
 yasim_SOURCES = yasim-test.cpp $(SHARED_SOURCE_FILES)
 
-yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS)
+yasim_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lexpat $(base_LIBS)
 
 proptest_SOURCES = proptest.cpp $(SHARED_SOURCE_FILES)
-proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure $(base_LIBS)
+proptest_LDADD = -lsgxml -lsgprops -lsgdebug -lsgmisc -lsgstructure -lexpat $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
diff -uNr FlightGear-1.0.0.orig/src/GUI/Makefile.am FlightGear-1.0.0/src/GUI/Makefile.am
--- FlightGear-1.0.0.orig/src/GUI/Makefile.am	2007-11-17 11:37:45 +0300
+++ FlightGear-1.0.0/src/GUI/Makefile.am	2008-01-08 21:24:33 +0300
@@ -21,4 +21,4 @@
 
 layout_test_LDADD = libGUI.a \
                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
-                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
+                    -lplibpw -lplibpu -lplibfnt -lplibul -lexpat $(opengl_LIBS)
diff -uNr FlightGear-1.0.0.orig/src/Input/Makefile.am FlightGear-1.0.0/src/Input/Makefile.am
--- FlightGear-1.0.0.orig/src/Input/Makefile.am	2006-07-05 03:29:05 +0400
+++ FlightGear-1.0.0/src/Input/Makefile.am	2008-01-08 21:25:15 +0300
@@ -13,6 +13,6 @@
 fgjs_SOURCES = fgjs.cxx jsinput.cxx jsinput.h jssuper.cxx jssuper.h
 
 fgjs_LDADD = -lplibjs $(base_LIBS) $(joystick_LIBS) -lplibul \
-	-lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz
+	-lsgprops -lsgmisc -lsgio -lsgdebug -lsgstructure -lsgxml -lz -lexpat
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src/Main
diff -uNr FlightGear-1.0.0.orig/src/Main/Makefile.am FlightGear-1.0.0/src/Main/Makefile.am
--- FlightGear-1.0.0.orig/src/Main/Makefile.am	2007-11-17 11:37:46 +0300
+++ FlightGear-1.0.0/src/Main/Makefile.am	2008-01-08 21:29:35 +0300
@@ -102,7 +102,8 @@
 	$(network_LIBS) \
 	-lz \
 	$(opengl_LIBS) \
-	$(openal_LIBS)
+	$(openal_LIBS) \
+	-lexpat
 
 metar_SOURCES = metar_main.cxx
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin