pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: on Darwin do not build as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/498b986ffa1c
branches:  trunk
changeset: 341100:498b986ffa1c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 14 15:20:18 2019 +0000

description:
fluidsynth: on Darwin do not build as a framework

diffstat:

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

diffs (17 lines):

diff -r e30db11e802b -r 498b986ffa1c audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Mon Oct 14 13:37:43 2019 +0000
+++ b/audio/fluidsynth/Makefile Mon Oct 14 15:20:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/10/06 17:29:33 nia Exp $
+# $NetBSD: Makefile,v 1.28 2019/10/14 15:20:18 adam Exp $
 
 DISTNAME=      fluidsynth-2.0.7
 CATEGORIES=    audio
@@ -15,6 +15,7 @@
 
 CMAKE_ARGS+=   -DMAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}/man1
 CMAKE_ARGS+=   -DLIB_SUFFIX=""
+CMAKE_ARGS+=   -Denable-framework=OFF
 
 PKGCONFIG_OVERRIDE=    fluidsynth.pc.in
 



Home | Main Index | Thread Index | Old Index