diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-25 14:15:25 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-25 14:15:25 +0000 |
commit | ba77defd3c5bf9f81e3b140e3894e9ffdca5e080 (patch) | |
tree | 1e50548c1456eff9abf32144cd703983646c39c7 /multimedia | |
parent | 31b86fd2f91b27c7f477d43aca481ad371b26122 (diff) | |
download | pkgsrc-ba77defd3c5bf9f81e3b140e3894e9ffdca5e080.tar.gz |
ffmpeg*: Spell sunpro correctly.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg010/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg1/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg2/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/ffmpeg3/Makefile.common | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/ffmpeg010/Makefile.common b/multimedia/ffmpeg010/Makefile.common index a80b2633091..f7e7b29dc1e 100644 --- a/multimedia/ffmpeg010/Makefile.common +++ b/multimedia/ffmpeg010/Makefile.common @@ -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 @@ USE_TOOLS+= gmake texi2html pod2man .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 --git a/multimedia/ffmpeg1/Makefile.common b/multimedia/ffmpeg1/Makefile.common index abe3856d45b..70ec72bcecf 100644 --- a/multimedia/ffmpeg1/Makefile.common +++ b/multimedia/ffmpeg1/Makefile.common @@ -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 @@ CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp .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 --git a/multimedia/ffmpeg2/Makefile.common b/multimedia/ffmpeg2/Makefile.common index ff4aceadda3..4ec901d29aa 100644 --- a/multimedia/ffmpeg2/Makefile.common +++ b/multimedia/ffmpeg2/Makefile.common @@ -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 @@ CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp .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 --git a/multimedia/ffmpeg3/Makefile.common b/multimedia/ffmpeg3/Makefile.common index 8e5a805f8b1..ab23e2be2a7 100644 --- a/multimedia/ffmpeg3/Makefile.common +++ b/multimedia/ffmpeg3/Makefile.common @@ -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 @@ CONFIGURE_ENV+= TMPDIR=${WRKSRC}/tmp .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 |