pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/darkice Skip configure.in for portability, confi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34e240fca5ef
branches:  trunk
changeset: 426154:34e240fca5ef
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 21:51:49 2020 +0000

description:
Skip configure.in for portability, configure itself is patched already.

diffstat:

 audio/darkice/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 17b489b9ef5b -r 34e240fca5ef audio/darkice/Makefile
--- a/audio/darkice/Makefile    Thu Mar 26 21:51:24 2020 +0000
+++ b/audio/darkice/Makefile    Thu Mar 26 21:51:49 2020 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index