diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-05 17:39:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-05 17:39:16 +0000 |
commit | 191992f8b4aebaf8fccf17baad8d043d741dafc8 (patch) | |
tree | 06066904a10bb59ad4acfad9e771c4222dd2afaf /audio/splay/Makefile | |
parent | ebe13e5063627d51b10926947809eb649d4dd89b (diff) | |
download | pkgsrc-191992f8b4aebaf8fccf17baad8d043d741dafc8.tar.gz |
Make splay work on big-endian platforms.
Patches from Martijn van Buul in pkg/15382, tested on macppc and i386.
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r-- | audio/splay/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index 0e806590cf7..d71ee3691b3 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,24 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2001/06/12 20:33:01 jlam Exp $ -# FreeBSD Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp +# $NetBSD: Makefile,v 1.13 2002/08/05 17:39:16 wiz Exp $ # DISTNAME= splay-0.8.2 CATEGORIES= audio -MASTER_SITES= http://my.netian.com/~polarb/ \ - http://synergy.kaist.ac.kr/~jwj95/ \ - ftp://ftp.univie.ac.at/systems/linux/linuxberg/files/x11/media/ \ - ftp://ftp.tu-clausthal.de/pub/unix.new/audio/ \ - ftp://ftp.online.be/raid/linuxberg/files/x11/media/ \ - ftp://crydee.sai.msu.ru/zeus/unix/sound/players/ \ - ftp://ftp.cit.nepean.uws.edu.au/unix/misc/audio/ +MASTER_SITES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://splay.sourceforge.net/ COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files -# endian and alignment issues -NOT_FOR_PLATFORM= *-*-sparc *-*-m68k *-*-macppc *-*-sparc64 - GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xsplay --without-pthread LIBS+= -lossaudio |