Make the faac option enable restricted binaries.
Closes PR pkg/41739.
This commit is contained in:
parent
21014afcba
commit
fa6bd64d49
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.13 2009/07/18 10:39:44 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.14 2009/08/05 11:22:17 ahoka Exp $
|
||||
|
||||
# Global and legacy options
|
||||
|
||||
|
@ -24,6 +24,9 @@ CONFIGURE_ARGS+= --enable-libfaad
|
|||
###
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mfaac)
|
||||
RESTRICTED= This software may require the payment of patent royalties
|
||||
NO_BIN_ON_CDROM= ${RESTRICTED}
|
||||
NO_BIN_ON_FTP= ${RESTRICTED}
|
||||
CONFIGURE_ARGS+= --enable-libfaac \
|
||||
--enable-nonfree
|
||||
.include "../../audio/faac/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue