gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Bastiaan Jacques
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1967-g0e8dbed
Date: Fri, 02 May 2014 11:22:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  0e8dbed39ef35db6ddc15a7b14f31e99e64698a5 (commit)
      from  d77149c9acd07d5aeeb39c21b19313e103c5282f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=0e8dbed39ef35db6ddc15a7b14f31e99e64698a5


commit 0e8dbed39ef35db6ddc15a7b14f31e99e64698a5
Author: Bastiaan Jacques <address@hidden>
Date:   Fri May 2 13:17:43 2014 +0200

    Sprinkle PTHREAD_CFLAGS in Makefiles where the compilation units
    include <boost/thread.hpp> somewhere along the line, to fix the build
    on OpenBSD.

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 3ffc115..6ee3dd8 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -161,6 +161,7 @@ libtestsuite_la_CXXFLAGS = \
        -I$(top_srcdir)/libcore/parser  \
        -I$(top_srcdir)/libcore/vm  \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        $(CAIRO_CFLAGS) \
        $(CROSS_CXXFLAGS) \
        $(NULL)
diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 3453f2e..7569af3 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -86,6 +86,7 @@ AM_CPPFLAGS = \
        $(MING_CFLAGS) \
        $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
        $(NULL)
 
diff --git a/testsuite/misc-ming.all/loading/Makefile.am 
b/testsuite/misc-ming.all/loading/Makefile.am
index 2507622..cc9661d 100644
--- a/testsuite/misc-ming.all/loading/Makefile.am
+++ b/testsuite/misc-ming.all/loading/Makefile.am
@@ -48,6 +48,7 @@ AM_CPPFLAGS = \
        $(MING_CFLAGS) \
        $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
        $(NULL)
 
diff --git a/testsuite/misc-ming.all/loop/Makefile.am 
b/testsuite/misc-ming.all/loop/Makefile.am
index 623611a..efb728f 100644
--- a/testsuite/misc-ming.all/loop/Makefile.am
+++ b/testsuite/misc-ming.all/loop/Makefile.am
@@ -47,6 +47,7 @@ AM_CPPFLAGS = \
        $(MING_CFLAGS) \
        $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
        $(NULL)
 
diff --git a/testsuite/misc-ming.all/register_class/Makefile.am 
b/testsuite/misc-ming.all/register_class/Makefile.am
index 2de6d1a..689fd34 100644
--- a/testsuite/misc-ming.all/register_class/Makefile.am
+++ b/testsuite/misc-ming.all/register_class/Makefile.am
@@ -46,6 +46,7 @@ AM_CPPFLAGS = \
        $(MING_CFLAGS) \
        $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
        $(NULL)
 
diff --git a/testsuite/misc-ming.all/sound/Makefile.am 
b/testsuite/misc-ming.all/sound/Makefile.am
index 9e1bc61..10a09b5 100644
--- a/testsuite/misc-ming.all/sound/Makefile.am
+++ b/testsuite/misc-ming.all/sound/Makefile.am
@@ -47,6 +47,7 @@ AM_CPPFLAGS = \
        $(MING_CFLAGS) \
        $(OPENGL_CFLAGS) \
        $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
        -DMING_VERSION_CODE=$(MING_VERSION_CODE) \
        $(NULL)
 
diff --git a/testsuite/samples/Makefile.am b/testsuite/samples/Makefile.am
index 5c59ef8..d0449a8 100644
--- a/testsuite/samples/Makefile.am
+++ b/testsuite/samples/Makefile.am
@@ -38,6 +38,7 @@ AM_CPPFLAGS = \
         -I$(top_srcdir)/testsuite \
         $(OPENGL_CFLAGS) \
         $(BOOST_CFLAGS) \
+       $(PTHREAD_CFLAGS) \
         $(FFMPEG_CFLAGS) \
         $(NULL)
 

-----------------------------------------------------------------------

Summary of changes:
 testsuite/Makefile.am                              |    1 +
 testsuite/misc-ming.all/Makefile.am                |    1 +
 testsuite/misc-ming.all/loading/Makefile.am        |    1 +
 testsuite/misc-ming.all/loop/Makefile.am           |    1 +
 testsuite/misc-ming.all/register_class/Makefile.am |    1 +
 testsuite/misc-ming.all/sound/Makefile.am          |    1 +
 testsuite/samples/Makefile.am                      |    1 +
 7 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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