diff options
author | dbj <dbj@pkgsrc.org> | 2016-02-02 06:15:02 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2016-02-02 06:15:02 +0000 |
commit | ec0abf65e580fda6858f6f3cfdb97f7c548864ac (patch) | |
tree | a275c914a939e7d115d2322ecea7be93fcf9adee /audio/soundtouch | |
parent | 1597fd0d29d0fde9a9c35902f088417f9e0b76ed (diff) | |
download | pkgsrc-ec0abf65e580fda6858f6f3cfdb97f7c548864ac.tar.gz |
add c to USE_LANGUAGES since it gets invoked during configuration
Diffstat (limited to 'audio/soundtouch')
-rw-r--r-- | audio/soundtouch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index df89d9ea6ce..0eecd595a7d 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/07/21 12:16:14 richard Exp $ +# $NetBSD: Makefile,v 1.3 2016/02/02 06:15:02 dbj Exp $ DISTNAME= soundtouch-1.9.0 CATEGORIES= audio @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/soundtouch GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config autoconf automake autoreconf -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= soundtouch-1.4.pc.in PKGCONFIG_OVERRIDE+= soundtouch.pc.in |