pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg Make the faac option enable restrict...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beb2f7a28164
branches:  trunk
changeset: 396896:beb2f7a28164
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Wed Aug 05 11:22:17 2009 +0000

description:
Make the faac option enable restricted binaries.

Closes PR pkg/41739.

diffstat:

 multimedia/ffmpeg/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5efa73923afc -r beb2f7a28164 multimedia/ffmpeg/options.mk
--- a/multimedia/ffmpeg/options.mk      Wed Aug 05 11:07:20 2009 +0000
+++ b/multimedia/ffmpeg/options.mk      Wed Aug 05 11:22:17 2009 +0000
@@ -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 @@
 ###
 
 .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"



Home | Main Index | Thread Index | Old Index