Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jul 2003 14:10:13 -0700 (PDT)
From:      Sean McGovern <sean@sfarc.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50798: audio/faad does not build
Message-ID:  <200307112110.h6BLADQI089807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50798; it has been noted by GNATS.

From: Sean McGovern <sean@sfarc.net>
To: freebsd-gnats-submit@FreeBSD.org, dan.naumov@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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307112110.h6BLADQI089807>