- Simply enable pic for all architectures. Upstream configure already does

that in most cases.
- Enable verbose build.
This commit is contained in:
Tijl Coosemans 2017-02-14 20:33:44 +00:00
parent 090fda5e83
commit 8f3d6a3309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434139

View File

@ -3,7 +3,7 @@
PORTNAME= ffmpeg
PORTVERSION= 0.7.17
PORTREVISION= 6
PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://ffmpeg.org/releases/
@ -29,8 +29,6 @@ USE_PERL5= build
SHEBANG_FILES= doc/texi2pod.pl
NOPRECIOUSMAKEVARS= yes # ARCH
CFLAGS_aarch64= -fPIC
FFMPEG_SUFFIX= 0
HAS_CONFIGURE= yes
CONFIGURE_LOG= config.err
@ -40,7 +38,7 @@ PLIST_SUB+= SUFF="${FFMPEG_SUFFIX}"
PROGS= ffmpeg ffprobe
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin V=1
CONFIGURE_ARGS+=--prefix="${PREFIX}" \
--mandir="${PREFIX}/man" \
@ -50,6 +48,7 @@ CONFIGURE_ARGS+=--prefix="${PREFIX}" \
--datadir="${DATADIR}" \
--build-suffix="${FFMPEG_SUFFIX}" \
--enable-shared \
--enable-pic \
--enable-gpl \
--enable-postproc \
--enable-avfilter \