ports/172467: [MAINTAINER] audio/libaacplus: fix OptionsNG

Takefu takefu at airport.fm
Mon Oct 8 00:50:16 UTC 2012


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



More information about the freebsd-ports-bugs mailing list