pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg2 openssl option also requires --enab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a8831f87739
branches:  trunk
changeset: 646612:8a8831f87739
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Feb 12 08:54:15 2015 +0000

description:
openssl option also requires --enable-nonfree

diffstat:

 multimedia/ffmpeg2/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5142f17338bf -r 8a8831f87739 multimedia/ffmpeg2/options.mk
--- a/multimedia/ffmpeg2/options.mk     Thu Feb 12 08:23:13 2015 +0000
+++ b/multimedia/ffmpeg2/options.mk     Thu Feb 12 08:54:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2015/02/11 12:51:41 adam Exp $
+# $NetBSD: options.mk,v 1.7 2015/02/12 08:54:15 adam Exp $
 
 # Global and legacy options
 
@@ -79,6 +79,7 @@
 
 # OpenSSL support
 .if !empty(PKG_OPTIONS:Mopenssl)
+CONFIGURE_ARGS+=       --enable-nonfree
 CONFIGURE_ARGS+=       --enable-openssl
 .include "../../security/openssl/buildlink3.mk"
 .else



Home | Main Index | Thread Index | Old Index