pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libmatroska Add 'c' to USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5065c44a5cf
branches:  trunk
changeset: 645073:d5065c44a5cf
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 22 12:57:27 2015 +0000

description:
Add 'c' to USE_LANGUAGES

Otherwise the configure script fails with:
  PKGSRC-WARNING: Something is trying to run the c compiler,
  PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile.

The package still don't build because of an upstream problem in Makefile.am, but it is a separate issue.

diffstat:

 multimedia/libmatroska/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 169c69035993 -r d5065c44a5cf multimedia/libmatroska/Makefile
--- a/multimedia/libmatroska/Makefile   Thu Jan 22 12:54:05 2015 +0000
+++ b/multimedia/libmatroska/Makefile   Thu Jan 22 12:57:27 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/01/04 23:24:45 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2015/01/22 12:57:27 pho Exp $
 
 DISTNAME=      libmatroska-1.4.2
 CATEGORIES=    multimedia devel
@@ -10,7 +10,7 @@
 COMMENT=       Extensible open standard Audio/Video container format
 LICENSE=       gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c++
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake pkg-config
 PKGCONFIG_OVERRIDE=    libmatroska.pc.in



Home | Main Index | Thread Index | Old Index