pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: skip a portability check



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b317174cbb87
branches:  trunk
changeset: 457426:b317174cbb87
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Aug 25 07:30:19 2021 +0000

description:
fluidsynth: skip a portability check

diffstat:

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

diffs (18 lines):

diff -r 6dbfed695211 -r b317174cbb87 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Wed Aug 25 07:28:02 2021 +0000
+++ b/audio/fluidsynth/Makefile Wed Aug 25 07:30:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2021/07/30 12:26:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.53 2021/08/25 07:30:19 tnn Exp $
 
 DISTNAME=      fluidsynth-2.2.2
 PKGREVISION=   1
@@ -15,6 +15,8 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
+CHECK_PORTABILITY_SKIP+=       test-android/convert-tests.sh
+
 CMAKE_ARGS+=   -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1
 CMAKE_ARGS+=   -DLIB_SUFFIX=""
 CMAKE_ARGS+=   -Denable-framework=OFF



Home | Main Index | Thread Index | Old Index