gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/movies.all/Makefile.a...


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog testsuite/movies.all/Makefile.a...
Date: Sat, 14 Jun 2008 01:54:18 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  08/06/14 01:54:18

Modified files:
        .              : ChangeLog 
        testsuite/movies.all: Makefile.am 
        testsuite/samples: Makefile.am 

Log message:
        Let testcases run on OS X.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6928&r2=1.6929
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/movies.all/Makefile.am?cvsroot=gnash&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/Makefile.am?cvsroot=gnash&r1=1.30&r2=1.31

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6928
retrieving revision 1.6929
diff -u -b -r1.6928 -r1.6929
--- ChangeLog   14 Jun 2008 00:10:43 -0000      1.6928
+++ ChangeLog   14 Jun 2008 01:54:16 -0000      1.6929
@@ -5,6 +5,8 @@
        * macros/opengl.m4: Fix for Leopard and OGL, see:
          
http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug
        * backend/render_handler_ogl.h: Should fix bug #23352.
+       * testsuite/samples/Makefile.am, testsuite/movies.all/Makefile.am:
+         Let testcases run on OS X.
  
 2008-06-13 Benjamin Wolsey <address@hidden>
 

Index: testsuite/movies.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/movies.all/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- testsuite/movies.all/Makefile.am    9 Jun 2008 20:53:53 -0000       1.14
+++ testsuite/movies.all/Makefile.am    14 Jun 2008 01:54:17 -0000      1.15
@@ -47,6 +47,11 @@
         -I$(top_srcdir)/libgeometry \
         -I$(top_srcdir)/testsuite \
        $(BOOST_CFLAGS) \
+       $(OPENGL_CFLAGS) \
+       $(NULL)
+
+AM_LDFLAGS = \
+       $(OPENGL_LIBS) \
        $(NULL)
 
 gravity_embedded_TestRunner_SOURCES = \

Index: testsuite/samples/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/samples/Makefile.am,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- testsuite/samples/Makefile.am       9 Jun 2008 20:53:53 -0000       1.30
+++ testsuite/samples/Makefile.am       14 Jun 2008 01:54:17 -0000      1.31
@@ -32,10 +32,15 @@
         -I$(top_srcdir)/server/parser  \
         -I$(top_srcdir)/libgeometry \
         -I$(top_srcdir)/testsuite \
+       $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
        $(FFMPEG_CFLAGS) \
        $(NULL)
 
+AM_LDFLAGS = \
+       $(OPENGL_LIBS) \
+       $(NULL)
+
 GNASH_LIBS = \
        $(top_builddir)/testsuite/libtestsuite.la \
        $(top_builddir)/server/libgnashserver.la \




reply via email to

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