CVSROOT: /sources/gnash
Module name: gnash
Changes by: Rob Savoye <rsavoye> 06/11/23 20:16:26
Modified files:
. : configure.ac ChangeLog
Log message:
* configure.ac: Look for 64 bit OpenBSD systems, and set
WORDSIZE.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/configure.ac?cvsroot=gnash&r1=1.194&r2=1.195
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1731&r2=1.1732
Patches:
Index: configure.ac
===================================================================
RCS file: /sources/gnash/gnash/configure.ac,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -b -r1.194 -r1.195
--- configure.ac 23 Nov 2006 00:07:09 -0000 1.194
+++ configure.ac 23 Nov 2006 20:16:26 -0000 1.195
@@ -15,7 +15,7 @@
dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
dnl
-dnl $Id: configure.ac,v 1.194 2006/11/23 00:07:09 rsavoye Exp $
+dnl $Id: configure.ac,v 1.195 2006/11/23 20:16:26 rsavoye Exp $
AC_PREREQ(2.50)
AC_INIT(gnash, cvs)
@@ -28,9 +28,15 @@
case "${host}" in
powerpc-apple-darwin*)
- AC_DEFINE([__powerpc64__], [], [this is a 64 bit powerpc]) ;;
- openbsd*)
- openbsd_os=openbsd ;;
+ AC_DEFINE([__powerpc64__], [], [this is a 64 bit powerpc])
+ ;;
+ i386-*-openbsd*)
+ openbsd_os=openbsd
+ ;;
+ *64-*-openbsd*)
+ openbsd_os=openbsd
+ AC_DEFINE([WORDSIZE], [64], [this is a 64 platform])
+ ;;
esac
dnl openbsd without version number
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1731
retrieving revision 1.1732
diff -u -b -r1.1731 -r1.1732
--- ChangeLog 23 Nov 2006 20:14:13 -0000 1.1731
+++ ChangeLog 23 Nov 2006 20:16:26 -0000 1.1732
@@ -1,3 +1,8 @@
+2006-11-23 Rob Savoye <[EMAIL PROTECTED]>
+
+ * configure.ac: Look for 64 bit OpenBSD systems, and set
+ WORDSIZE.
+
2006-11-23 Sandro Santilli <[EMAIL PROTECTED]>
* server/sprite_instance.cpp: removed compiler warnings.
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit