summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-03-26 21:51:49 +0000
committerjoerg <joerg@pkgsrc.org>2020-03-26 21:51:49 +0000
commit164481c9a11c22780e9b04e94549b492e76576fe (patch)
tree9e7713246f322634f02e11c7ba72b913bb8a1d6d
parent814c444b012f83a7022ccd4043990f3e10654b3c (diff)
downloadpkgsrc-164481c9a11c22780e9b04e94549b492e76576fe.tar.gz
Skip configure.in for portability, configure itself is patched already.
-rw-r--r--audio/darkice/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile
index 26da9fb667f..ad325c5e0b0 100644
--- a/audio/darkice/Makefile
+++ b/audio/darkice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/02/22 14:51:03 wiedi Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/26 21:51:49 joerg Exp $
#
DISTNAME= darkice-1.2
@@ -14,6 +14,8 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake
+CHECK_PORTABILITY_SKIP+= configure.in
+
CONFIGURE_ARGS+= --with-vorbis-prefix=${BUILDLINK_PREFIX.libvorbis}
CONFIGURE_ARGS+= --with-lame-prefix=${BUILDLINK_PREFIX.lame}
CONFIGURE_ARGS+= --with-twolame-prefix=${BUILDLINK_PREFIX.twolame}