pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/fluidsynth



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Aug 25 07:30:19 UTC 2021

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile

Log Message:
fluidsynth: skip a portability check


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/audio/fluidsynth/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/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.52 pkgsrc/audio/fluidsynth/Makefile:1.53
--- pkgsrc/audio/fluidsynth/Makefile:1.52       Fri Jul 30 12:26:38 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Wed Aug 25 07:30:19 2021
@@ -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_CMAKE=    yes
 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