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:   adam
Date:           Mon Oct 14 15:20:18 UTC 2019

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile

Log Message:
fluidsynth: on Darwin do not build as a framework


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/audio/fluidsynth/Makefile:1.28
--- pkgsrc/audio/fluidsynth/Makefile:1.27       Sun Oct  6 17:29:33 2019
+++ pkgsrc/audio/fluidsynth/Makefile    Mon Oct 14 15:20:18 2019
@@ -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 @@ USE_TOOLS+=   pkg-config
 
 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