diff options
author | tron <tron@pkgsrc.org> | 2010-03-14 12:59:30 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-03-14 12:59:30 +0000 |
commit | 4ab42cbd7315c39549ce1385a4e3474c4795c17b (patch) | |
tree | 3cbd7e94c85a4c2e92e1cc61232a70878e5e1a02 /multimedia | |
parent | 653183032634b0bdfe1832b91b48f171ef1f4676 (diff) | |
download | pkgsrc-4ab42cbd7315c39549ce1385a4e3474c4795c17b.tar.gz |
Mark this package as requiring a C99 compiler as it uses the compiler
option "-std=c99". This fixes the build under Solaris 10 using the
Sun Studio Compiler.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index de3ba5a3485..17a128eead8 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2010/01/05 23:12:54 tron Exp $ +# $NetBSD: Makefile,v 1.56 2010/03/14 12:59:30 tron Exp $ PKGREVISION= 5 @@ -14,6 +14,8 @@ CONFIGURE_ARGS+= --enable-avfilter \ --enable-libvorbis \ --enable-libmp3lame +USE_LANGUAGES+= c99 + INSTALLATION_DIRS= lib share/examples/ffmpeg share/doc/ffmpeg CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \ |