pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/darkice



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 21:51:49 UTC 2020

Modified Files:
        pkgsrc/audio/darkice: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/audio/darkice/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/darkice/Makefile
diff -u pkgsrc/audio/darkice/Makefile:1.22 pkgsrc/audio/darkice/Makefile:1.23
--- pkgsrc/audio/darkice/Makefile:1.22  Sat Feb 22 14:51:03 2014
+++ pkgsrc/audio/darkice/Makefile       Thu Mar 26 21:51:49 2020
@@ -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}



Home | Main Index | Thread Index | Old Index