summaryrefslogtreecommitdiff
path: root/audio/splay/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-02-20 18:30:39 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-02-20 18:30:39 +0000
commit63b8d73d86ed0f2d57233cdefa536ccef6696d2a (patch)
treeb47fd5988708a16040e01f8dede9b123e7b96292 /audio/splay/Makefile
parent3de5bbda60231a53cfb8f3ec9ba3cdf444d78632 (diff)
downloadpkgsrc-63b8d73d86ed0f2d57233cdefa536ccef6696d2a.tar.gz
- mark as broken on big endian machines.
- add some patches that move in the direction of support for big endian machines.
Diffstat (limited to 'audio/splay/Makefile')
-rw-r--r--audio/splay/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile
index 5c4ba50970b..13ffd3b1319 100644
--- a/audio/splay/Makefile
+++ b/audio/splay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/01/22 14:34:29 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/02/20 18:30:39 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.4 1997/08/09 23:37:33 fenner Exp
#
@@ -15,6 +15,9 @@ MASTER_SITES= http://my.netian.com/~polarb/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://synergy.kaist.ac.kr/~jwj/
+# endian and alignment issues
+NOT_FOR_PLATFORM= *-*-sparc *-*-m68k *-*-macppc *-*-sparc64
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-xsplay --without-pthread
CONFIGURE_ENV= LIBS="${LIBS} -lossaudio"