gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash configure.ac ChangeLog


From: Markus Gothe
Subject: [Gnash-commit] gnash configure.ac ChangeLog
Date: Fri, 13 Jun 2008 23:40:41 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/06/13 23:40:41

Modified files:
        .              : configure.ac ChangeLog 

Log message:
        See 
http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.545&r2=1.546
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6925&r2=1.6926

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.545
retrieving revision 1.546
diff -u -b -r1.545 -r1.546
--- configure.ac        13 Jun 2008 19:05:10 -0000      1.545
+++ configure.ac        13 Jun 2008 23:40:40 -0000      1.546
@@ -1906,6 +1906,10 @@
   [strict=no]
 )
 
+if test x"$darwin" = x"yes" -a x$build_ogl = xyes; then
+       LDFLAGS="$LDFLAGS 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
+fi
+
 if test x"$strict" = x"yes" -a x$build_agg = xyes; then
    AC_MSG_ERROR([agg renderer will fail with --enable-strict.]);       
 fi

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6925
retrieving revision 1.6926
diff -u -b -r1.6925 -r1.6926
--- ChangeLog   13 Jun 2008 21:47:22 -0000      1.6925
+++ ChangeLog   13 Jun 2008 23:40:40 -0000      1.6926
@@ -2,6 +2,8 @@
 
        * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Fixed typecasting for 
          std::max().
+       * configure.ac: Fix for Leopard and OGL, see:
+         
http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug
  
 2008-06-13 Benjamin Wolsey <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]