# HG changeset patch # User nenolod # Date 1164744574 28800 # Node ID 29e5e3b6f1b635aa4514e29c8898cd3d2371cedb # Parent 19efbc50055ff88bf2551636cb5068da27f4b310 [svn] - MirBSD support from diff -r 19efbc50055f -r 29e5e3b6f1b6 ChangeLog --- a/ChangeLog Mon Nov 27 18:10:41 2006 -0800 +++ b/ChangeLog Tue Nov 28 12:09:34 2006 -0800 @@ -1,3 +1,11 @@ +2006-11-28 02:10:41 +0000 William Pitcock + revision [682] + - be more robust + + trunk/src/aac/src/libmp4.c | 5 +++++ + 1 file changed, 5 insertions(+) + + 2006-11-27 03:47:44 +0000 Jerome Poulin revision [680] Allow modyfing configuration before loading Paranormal, without crashing. diff -r 19efbc50055f -r 29e5e3b6f1b6 configure.ac --- a/configure.ac Mon Nov 27 18:10:41 2006 -0800 +++ b/configure.ac Tue Nov 28 12:09:34 2006 -0800 @@ -863,7 +863,7 @@ *-*-freebsd*) AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) ;; - *-*-netbsd* | *-*-openbsd*) + *-*-netbsd* | *-*-openbsd* | *-*-mirbsd*) AC_DEFINE(BEEP_CDROM_BSD,, [Define if cdrom access is in BSD style]) AC_DEFINE(BEEP_CDROM_BSD_NETBSD,, [Define if cdrom access uses NetBSD variant]) ;; @@ -896,7 +896,7 @@ have_sun=no ARCH_DEFINES="" case "$host" in - *-*-openbsd* | *-*-netbsd*) + *-*-openbsd* | *-*-netbsd* | *-*-mirbsd*) have_sun=yes if test "${is_elf}" = "no" then @@ -921,7 +921,7 @@ i386-*-* | i486-*-* | i586-*-* | i686-*-* | i86pc-*-*) arch_type=ix86 case "$host" in - *-*-netbsd* | *-*openbsd*) + *-*-netbsd* | *-*openbsd* | *-*-mirbsd*) ;; *) ARCH_DEFINES="-DI386_ASSEM"