aboutsummaryrefslogtreecommitdiff
path: root/audio/amp
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-11-02 04:55:33 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-11-02 04:55:33 +0000
commit18b776a00207f1d686d4273a0d7cd94e986f574f (patch)
treef16d7e1a1055e12fb3a1a0e4673c6ad95a1a6381 /audio/amp
parent724c3f610b3b43e017614a2dcef2f48da7fb532f (diff)
downloadports-18b776a00207f1d686d4273a0d7cd94e986f574f.tar.gz
ports-18b776a00207f1d686d4273a0d7cd94e986f574f.zip
Mark BROKEN:
gcc -c -O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_BSD -DARCH_i386 audioIO.c In file included from audioIO.c:11: audioIO_Linux.c:29: parse error before `32768' audioIO_Linux.c: In function `audioOpen': audioIO_Linux.c:81: invalid lvalue in unary `&' gmake: *** [audioIO.o] Error 1 *** Error code 2
Notes
Notes: svn path=/head/; revision=14297
Diffstat (limited to 'audio/amp')
-rw-r--r--audio/amp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/amp/Makefile b/audio/amp/Makefile
index e4959cec612f..5968574ca462 100644
--- a/audio/amp/Makefile
+++ b/audio/amp/Makefile
@@ -3,7 +3,7 @@
# Date created: Jun 23 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.4 1998/04/26 08:05:24 vanilla Exp $
+# $Id: Makefile,v 1.5 1998/04/29 22:55:19 vanilla Exp $
#
DISTNAME= amp-0.7.6
@@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.clara.net/pub/unix/Audio/
MAINTAINER= vanilla@FreeBSD.ORG
+BROKEN= build
+
GNU_CONFIGURE= yes
USE_GMAKE= yes