1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

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
This commit is contained in:
Justin M. Seger 1998-11-02 04:55:33 +00:00
parent 724c3f610b
commit 18b776a002
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14297

View File

@ -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