diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-03-03 12:59:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-03-03 12:59:49 +0000 |
commit | cbf56b3566526a1e0aa8d59c23d0885fc937e32b (patch) | |
tree | d7b865a0a2dbbddc3aabeee3cc4250529a0c39c3 /multimedia | |
parent | 8e74b7480d57c250f7cf31159a94c662392345c0 (diff) | |
download | pkgsrc-cbf56b3566526a1e0aa8d59c23d0885fc937e32b.tar.gz |
Add 'c' to USE_LANGUAGES, fixes configure tests on Darwin.
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 5833c795aef..22ce0f4deb4 100644 --- a/multimedia/libmatroska/Makefile +++ b/multimedia/libmatroska/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2015/10/25 09:49:18 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2016/03/03 12:59:49 jperkin Exp $ DISTNAME= libmatroska-1.4.4 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 |