Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia/files: celestia-1.6.1-gold.patch
Date: Sat, 16 Jul 2011 17:47:40
Message-Id: 20110716174720.D831720051@flycatcher.gentoo.org
1 jlec 11/07/16 17:47:20
2
3 Added: celestia-1.6.1-gold.patch
4 Log:
5 Make it gold resistant, #372123
6
7 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-astronomy/celestia/files/celestia-1.6.1-gold.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-gold.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-gold.patch?rev=1.1&content-type=text/plain
14
15 Index: celestia-1.6.1-gold.patch
16 ===================================================================
17 src/celestia/Makefile.am | 2 ++
18 1 files changed, 2 insertions(+), 0 deletions(-)
19
20 diff --git a/src/celestia/Makefile.am b/src/celestia/Makefile.am
21 index b1e4b3f..b0809a5 100644
22 --- a/src/celestia/Makefile.am
23 +++ b/src/celestia/Makefile.am
24 @@ -62,6 +62,7 @@ endif
25
26 if ENABLE_GLUT
27 GLUTSOURCES = glutmain.cpp
28 +GLUTLIBS = -lGL
29 endif
30
31 if ENABLE_THEORA
32 @@ -83,6 +84,7 @@ celestia_LDADD = \
33 $(DL_LIBS) \
34 $(LUA_LIBS) \
35 $(THEORA_LIBS) \
36 + $(GLUTLIBS) \
37 ../celengine/libcelengine.a \
38 ../celtxf/libceltxf.a \
39 ../cel3ds/libcel3ds.a \