pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg Mark this package as requiring a C99...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c331f3e5f577
branches: trunk
changeset: 573170:c331f3e5f577
user: tron <tron%pkgsrc.org@localhost>
date: Sun Mar 14 12:59:30 2010 +0000
description:
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:
multimedia/ffmpeg/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ac53121e0758 -r c331f3e5f577 multimedia/ffmpeg/Makefile
--- a/multimedia/ffmpeg/Makefile Sun Mar 14 11:44:56 2010 +0000
+++ b/multimedia/ffmpeg/Makefile Sun Mar 14 12:59:30 2010 +0000
@@ -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 @@
--enable-libvorbis \
--enable-libmp3lame
+USE_LANGUAGES+= c99
+
INSTALLATION_DIRS= lib share/examples/ffmpeg share/doc/ffmpeg
CONF_FILES+= ${PREFIX}/share/examples/ffmpeg/ffserver.conf \
Home |
Main Index |
Thread Index |
Old Index