pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg3 Use stackrealign on newer GCC as well



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89e9b1d6a956
branches:  trunk
changeset: 349007:89e9b1d6a956
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jun 23 11:25:48 2016 +0000

description:
Use stackrealign on newer GCC as well

Addresses PR/51122: with gcc 5.x x86 32-bit ffmpeg2 and ffmpeg3 need extra compile flags

diffstat:

 multimedia/ffmpeg3/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 2734066bcbc3 -r 89e9b1d6a956 multimedia/ffmpeg3/Makefile
--- a/multimedia/ffmpeg3/Makefile       Thu Jun 23 11:25:19 2016 +0000
+++ b/multimedia/ffmpeg3/Makefile       Thu Jun 23 11:25:48 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2016/05/05 07:03:47 leot Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/23 11:25:48 maya Exp $
 
 PKGNAME=       ${DISTNAME:S/ffmpeg/ffmpeg3/}
-PKGREVISION=   1
+PKGREVISION=   2
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://ffmpeg.mplayerhq.hu/
 COMMENT=       Decoding, encoding and streaming software (v3.x)
@@ -49,7 +49,7 @@
    || !empty(CC_VERSION:Mgcc-4.[01].*) \
    || empty(CC_VERSION:Mgcc*)
 CONFIGURE_ARGS+=       --disable-asm
-.  elif !empty(CC_VERSION:Mgcc-4.*)
+.  elif !empty(CC_VERSION:Mgcc-[456].*)
 CFLAGS+=               -mstackrealign -mpreferred-stack-boundary=4
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index