gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog macros/pthreads.m4


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog macros/pthreads.m4
Date: Sun, 05 Nov 2006 11:59:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/11/05 11:59:22

Modified files:
        .              : ChangeLog 
        macros         : pthreads.m4 

Log message:
        Fwd porting

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1524&r2=1.1525
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pthreads.m4?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1524
retrieving revision 1.1525
diff -u -b -r1.1524 -r1.1525
--- ChangeLog   5 Nov 2006 11:30:06 -0000       1.1524
+++ ChangeLog   5 Nov 2006 11:59:22 -0000       1.1525
@@ -8,6 +8,7 @@
 2006-11-05 Markus Gothe <address@hidden>
 
        * macros/mad.m4: Fixed bogus test-case...
+       * macros/pthreads.m4: Added -D_SGI_MP_SOURCE (for IRIX).
        
 2006-11-04  Rob Savoye  <address@hidden>
 

Index: macros/pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- macros/pthreads.m4  29 Oct 2006 18:34:11 -0000      1.19
+++ macros/pthreads.m4  5 Nov 2006 11:59:22 -0000       1.20
@@ -14,11 +14,8 @@
 dnl  along with this program; if not, write to the Free Software
 dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-dnl  
-dnl 
-
-dnl Copyright © 2006 Steven G. Johnson <address@hidden>.
-dnl $Id: pthreads.m4,v 1.19 2006/10/29 18:34:11 rsavoye Exp $
+dnl Copyright (C) 2006 Steven G. Johnson <address@hidden>.
+dnl $Id: pthreads.m4,v 1.20 2006/11/05 11:59:22 nihilus Exp $
 
 AC_DEFUN([GNASH_PATH_PTHREADS],
 [
@@ -189,6 +186,7 @@
         case "${host_cpu}-${host_os}" in
             *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
             *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
+            *irix*) flag="-D_SGI_MP_SOURCE";;
         esac
         AC_MSG_RESULT(${flag})
         if test "x$flag" != xno; then




reply via email to

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