summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2007-12-26 00:12:19 +0000
committerAlfredo Tupone <tupone@gentoo.org>2007-12-26 00:12:19 +0000
commit9c1b8284e36f80be2b2d755749ff40dd55a9a374 (patch)
treec4af10bb48399e42c6acc24cc2ea4c8f14143de3 /games-util/atlas/files
parentRemoved orphaned ebuilds (diff)
downloadhistorical-9c1b8284e36f80be2b2d755749ff40dd55a9a374.tar.gz
historical-9c1b8284e36f80be2b2d755749ff40dd55a9a374.tar.bz2
historical-9c1b8284e36f80be2b2d755749ff40dd55a9a374.zip
Fix building with simgear 1.0.0 Bug #203303
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-util/atlas/files')
-rw-r--r--games-util/atlas/files/atlas-0.3.1-simgearNew.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/games-util/atlas/files/atlas-0.3.1-simgearNew.patch b/games-util/atlas/files/atlas-0.3.1-simgearNew.patch
new file mode 100644
index 000000000000..1f0492780f25
--- /dev/null
+++ b/games-util/atlas/files/atlas-0.3.1-simgearNew.patch
@@ -0,0 +1,31 @@
+--- src/Makefile.am.old 2007-12-26 00:41:52.000000000 +0100
++++ src/Makefile.am 2007-12-26 00:42:10.000000000 +0100
+@@ -23,7 +23,7 @@
+ Projection.cxx Projection.hxx
+
+ Atlas_LDADD = \
+- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgserial -lsgdebug -lsgbucket\
++ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgserial -lsgdebug -lsgbucket\
+ -lsgxml -lplibsg -lplibpu -lplibul -lplibfnt -lplibnet \
+ $(opengl_LIBS) \
+ -lpng -lz -lpthread -ljpeg
+--- src/Makefile.am.old 2007-12-26 00:51:56.000000000 +0100
++++ src/Makefile.am 2007-12-26 00:52:37.000000000 +0100
+@@ -40,7 +40,7 @@
+ fg_mkdir.cxx fg_mkdir.hxx
+
+ Map_LDADD = \
+- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \
++ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgdebug \
+ -lplibsg -lplibpu -lplibul -lplibfnt -lsgbucket -lsgscreen \
+ $(opengl_LIBS) \
+ -lpng -lz -ljpeg
+@@ -56,7 +56,7 @@
+ Scenery.cxx Scenery.hxx
+
+ MapPS_LDADD = \
+- -lsgmagvar -lsgtiming -lsgmisc -lsgio -lsgdebug \
++ -lsgmagvar -lsgtiming -lsgstructure -lsgmisc -lsgio -lsgdebug \
+ -lplibsg -lsgbucket \
+ -lpng -lz
+