Displaying 3 results from an estimated 3 matches for "libao_objs".
2000 Jul 27
3
Mainline nonportability
Hi folks,
I'd like to remind people with write access on the CVS mainline not to put any
tools/libs/patches into the main build that are not portable... I'm getting
not-very-pretty flames from NetBSD folks because libao fails to *configure*
under NetBSD (let alone build), thus breaking building the build for the
entire CVS mainline.
Specifically:
>checking size of int...
2000 Aug 17
1
patch for netbsd
...8/17 16:56:18 itojun Exp $
--- vorbis-tools/libao/configure.in- Fri Aug 18 01:32:17 2000
+++ vorbis-tools/libao/configure.in Fri Aug 18 01:32:31 2000
@@ -97,3 +97,3 @@
case $host in
- *-*-linux*|*-openbsd*|*-freebsd*)
+ *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*)
LIBAO_OBJS="$LIBAO_OBJS ao_oss.o"
$NetBSD: patch-ab,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $
--- vorbis-tools/libao/configure- Fri Aug 18 01:32:43 2000
+++ vorbis-tools/libao/configure Fri Aug 18 01:32:51 2000
@@ -1301,3 +1301,3 @@
case $host in
- *-*-linux*|*-openbsd*|*-freebsd*)
+...
2000 Jul 31
0
NetBSD patches
...57:05 1.1
+++ vorbis-tools/libao/configure.in 2000/07/30 03:12:07
@@ -95,7 +95,7 @@ dnl --- Figure out which ao_* files to c
dnl Operating System Specific Files
case $host in
- - *-*-linux*|*-openbsd*|*-freebsd*)
+ *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*)
LIBAO_OBJS="$LIBAO_OBJS ao_oss.o"
LIBAO_FLAGS="$LIBAO_FLAGS -DAO_COMPILE_OSS
-DAO_DEFAULT=AO_OSS";;
*-irix*)
------- End of Forwarded Message
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/