Date: Mon, 08 Oct 2012 09:45:28 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172467: [MAINTAINER] audio/libaacplus: fix OptionsNG Message-ID: <50722228.3080505@airport.fm> Resent-Message-ID: <201210080050.q980oFST036013@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172467 >Category: ports >Synopsis: [MAINTAINER] audio/libaacplus: fix OptionsNG >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Oct 08 00:50:15 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: FOX Amateur Radio Club >Environment: >Description: - fix OptionsNG >How-To-Repeat: >Fix: --- libaacplus.patch begins here --- diff -ruN /usr/ports/audio/libaacplus/Makefile audio/libaacplus/Makefile --- /usr/ports/audio/libaacplus/Makefile 2012-08-06 19:33:28.000000000 +0900 +++ audio/libaacplus/Makefile 2012-10-08 09:38:03.000000000 +0900 @@ -39,11 +39,13 @@ MAN1= aacplusenc.1 -OPTIONS= FFTW3 "USE_FFTW3" on +OPTIONS_DEFINE= FFTW3 +OPTIONS_DEFAULT=FFTW3 +FFTW3_DESC= Use FFTW3 .include <bsd.port.options.mk> -.if !defined(WITHOUT_FFTW3) +.if ${PORT_OPTIONS:MFFTW3} LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3\ fftw3f:${PORTSDIR}/math/fftw3-float CONFIGURE_ARGS+=--with-fftw3=yes \ --- libaacplus.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50722228.3080505>