ports/50798: audio/faad does not build

Sean McGovern sean at sfarc.net
Fri Jul 11 21:10:14 UTC 2003


The following reply was made to PR ports/50798; it has been noted by GNATS.

From: Sean McGovern <sean at sfarc.net>
To: freebsd-gnats-submit at FreeBSD.org, dan.naumov at ofw.fi
Cc:  
Subject: Re: ports/50798: audio/faad does not build
Date: Fri, 11 Jul 2003 17:05:13 -0400

 Here is a patch to audio/faad/Makefile that should fix building.
 
 Index: ports/audio/faad/Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/audio/faad/Makefile,v
 retrieving revision 1.5
 diff -u -r1.5 Makefile
 --- ports/audio/faad/Makefile	26 Jun 2003 22:58:22 -0000	1.5
 +++ ports/audio/faad/Makefile	11 Jul 2003 20:49:20 -0000
 @@ -9,19 +9,20 @@
   PORTVERSION=	1.1
   PORTREVISION=	1
   CATEGORIES=	audio
 -MASTER_SITES=	http://faac.sourceforge.net/files/
 +MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 +MASTER_SITE_SUBDIR=	faac
 
   MAINTAINER=	sean at sfarc.net
   COMMENT=	A LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder
 
 -LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
 -		gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
 +LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile
 
   WRKSRC=		${WRKDIR}/${PORTNAME}
 
   USE_AUTOMAKE_VER= 15
   AUTOMAKE_ARGS=	--add-missing
 
 +USE_GETOPT_LONG=	yes
   GNU_CONFIGURE=	yes
   USE_GMAKE=	yes
   USE_LIBTOOL=	yes
 



More information about the freebsd-ports-bugs mailing list