public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia/files: celestia-1.6.1-linking.patch
@ 2012-02-04 19:08 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2012-02-04 19:08 UTC (permalink / raw
  To: gentoo-commits

xarthisius    12/02/04 19:08:25

  Modified:             celestia-1.6.1-linking.patch
  Log:
  Allow to use theora with glut wrt #399237 by <boxcars@gmx.net>
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-astronomy/celestia/files/celestia-1.6.1-linking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-linking.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-linking.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-linking.patch?r1=1.1&r2=1.2

Index: celestia-1.6.1-linking.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/files/celestia-1.6.1-linking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- celestia-1.6.1-linking.patch	1 Nov 2011 08:13:01 -0000	1.1
+++ celestia-1.6.1-linking.patch	4 Feb 2012 19:08:25 -0000	1.2
@@ -1,6 +1,7 @@
 Fix linking issues:
  * underlinking GLUT (bug #372123, #387609)
  * as-needed (bug #281258)
+ * theora with glut (bug #399237)
 
 --- a/src/celestia/Makefile.am
 +++ b/src/celestia/Makefile.am
@@ -52,3 +53,13 @@
  
  noinst_HEADERS = $(wildcard *.h)
  noinst_DATA = ../../celestia
+--- a/configure.in
++++ b/configure.in
+@@ -252,6 +252,7 @@
+ 	dnl Check for GLUT.
+ 	AC_CHECK_LIB(glut, glutKeyboardUpFunc, ,
+ 	             [AC_MSG_ERROR([GLUT library version >= 3.7 not found])])
++	check_theora="yes"
+ fi
+ AM_CONDITIONAL(ENABLE_GLUT, test "$ui_glut" = "yes")
+ 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-04 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 19:08 [gentoo-commits] gentoo-x86 commit in sci-astronomy/celestia/files: celestia-1.6.1-linking.patch Kacper Kowalik (xarthisius)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox