pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia ffmpeg*: Spell sunpro correctly.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2e27f88cd18
branches: trunk
changeset: 374573:a2e27f88cd18
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Jan 25 14:15:25 2018 +0000
description:
ffmpeg*: Spell sunpro correctly.
diffstat:
multimedia/ffmpeg010/Makefile.common | 4 ++--
multimedia/ffmpeg1/Makefile.common | 4 ++--
multimedia/ffmpeg2/Makefile.common | 4 ++--
multimedia/ffmpeg3/Makefile.common | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 54eaa5024973 -r a2e27f88cd18 multimedia/ffmpeg010/Makefile.common
--- a/multimedia/ffmpeg010/Makefile.common Thu Jan 25 14:13:59 2018 +0000
+++ b/multimedia/ffmpeg010/Makefile.common Thu Jan 25 14:15:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2015/03/14 16:14:43 tnn Exp $
+# $NetBSD: Makefile.common,v 1.12 2018/01/25 14:15:25 jperkin Exp $
# used by multimedia/ffmpeg010/Makefile
DISTNAME= ffmpeg-${DISTVERSION:S/-//g}
@@ -16,7 +16,7 @@
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "SunOS" && empty(CC_VERSION:Mgcc*)
+.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunwspro
SUBST_MESSAGE.sunwspro= Fixing compiler options for SunStudio C compiler.
SUBST_STAGE.sunwspro= post-configure
diff -r 54eaa5024973 -r a2e27f88cd18 multimedia/ffmpeg1/Makefile.common
--- a/multimedia/ffmpeg1/Makefile.common Thu Jan 25 14:13:59 2018 +0000
+++ b/multimedia/ffmpeg1/Makefile.common Thu Jan 25 14:15:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2015/02/15 10:50:01 tnn Exp $
+# $NetBSD: Makefile.common,v 1.7 2018/01/25 14:15:25 jperkin Exp $
# used by multimedia/ffplay1/Makefile
# used by multimedia/ffmpeg1/Makefile
@@ -49,7 +49,7 @@
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "SunOS" && empty(CC_VERSION:Mgcc*)
+.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunwspro
SUBST_MESSAGE.sunwspro= Fixing compiler options for SunStudio C compiler.
SUBST_STAGE.sunwspro= post-configure
diff -r 54eaa5024973 -r a2e27f88cd18 multimedia/ffmpeg2/Makefile.common
--- a/multimedia/ffmpeg2/Makefile.common Thu Jan 25 14:13:59 2018 +0000
+++ b/multimedia/ffmpeg2/Makefile.common Thu Jan 25 14:15:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.53 2017/10/03 12:20:08 wiz Exp $
+# $NetBSD: Makefile.common,v 1.54 2018/01/25 14:15:26 jperkin Exp $
# used by multimedia/ffmpeg2/Makefile
# used by multimedia/ffplay2/Makefile
@@ -58,7 +58,7 @@
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "SunOS" && empty(CC_VERSION:Mgcc*)
+.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunwspro
SUBST_MESSAGE.sunwspro= Fixing compiler options for SunStudio C compiler.
SUBST_STAGE.sunwspro= post-configure
diff -r 54eaa5024973 -r a2e27f88cd18 multimedia/ffmpeg3/Makefile.common
--- a/multimedia/ffmpeg3/Makefile.common Thu Jan 25 14:13:59 2018 +0000
+++ b/multimedia/ffmpeg3/Makefile.common Thu Jan 25 14:15:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2017/12/11 09:03:25 adam Exp $
+# $NetBSD: Makefile.common,v 1.24 2018/01/25 14:15:26 jperkin Exp $
# used by multimedia/ffmpeg3/Makefile
# used by multimedia/ffplay3/Makefile
@@ -57,7 +57,7 @@
.include "../../mk/compiler.mk"
-.if ${OPSYS} == "SunOS" && empty(CC_VERSION:Mgcc*)
+.if !empty(PKGSRC_COMPILER:Msunpro)
SUBST_CLASSES+= sunwspro
SUBST_MESSAGE.sunwspro= Fixing compiler options for SunStudio C compiler.
SUBST_STAGE.sunwspro= post-configure
Home |
Main Index |
Thread Index |
Old Index