Skip to content

Commit

Permalink
add c to USE_LANGUAGES since it gets invoked during configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dbj committed Feb 2, 2016
1 parent f9c98e1 commit e7d010a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio/soundtouch/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit e7d010a

Please sign in to comment.