diff options
author | pho <pho@pkgsrc.org> | 2015-01-22 12:57:27 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2015-01-22 12:57:27 +0000 |
commit | 3d206e18413267fcac631f8bd9ffeab4397fd737 (patch) | |
tree | 26229bc64666568c0cf787d856cea8db4f867baf /multimedia | |
parent | 1b71a831400bb447cf93d1799d147932f9f96909 (diff) | |
download | pkgsrc-3d206e18413267fcac631f8bd9ffeab4397fd737.tar.gz |
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 (limited to 'multimedia')
-rw-r--r-- | multimedia/libmatroska/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile index b53cecd74be..49a9426db9e 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -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 @@ HOMEPAGE= http://www.matroska.org/ 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 |