[vorbis-dev] Mainline nonportability
Kenneth C. Arnold
kcarnold at yahoo.com
Fri Jul 28 16:21:14 PDT 2000
Oops -- I didn't see this mail. I'll commit it.
On Fri, Jul 28, 2000 at 07:47:14AM -0700, volsung at asu.edu wrote:
> Oops. Sorry about that. I've attached a patch (I'm the guilty author of the
> code, but I don't have CVS access) that should fix the libao configure script
> to never die like that. libao still won't get compiled unless the user
> uncomments that dir tree in the Makefile.in
[...]
> Here's the patch:
> Index: vorbis-tools/libao/configure
> ===================================================================
> RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/libao/configure,v
> retrieving revision 1.1
> diff -u -r1.1 configure
> --- vorbis-tools/libao/configure 2000/07/22 01:57:05 1.1
> +++ vorbis-tools/libao/configure 2000/07/28 14:40:40
> @@ -1291,15 +1291,15 @@
> esac
>
> if test -z "$SIZE16"; then
> - { echo "configure: error: No 16 bit type found on this platform!" 1>&2; exit 1; }
> + echo "configure: warning: No 16 bit type found on this platform!" 1>&2
> fi
> if test -z "$SIZE32"; then
> - { echo "configure: error: No 32 bit type found on this platform!" 1>&2; exit 1; }
> + echo "configure: warning: No 32 bit type found on this platform!" 1>&2
> fi
>
>
> case $host in
> - *-*-linux*|*-openbsd*|*-freebsd*)
> + *-*-linux*|*-openbsd*|*-freebsd*|*-netbsd*)
Doesn't OSS work on all BSD's?
[...]
Kenneth
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
More information about the Vorbis-dev
mailing list