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:   hgutch
Date:           Sat Apr 15 11:59:34 UTC 2023

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile

Log Message:
Unbreak building fluidsynth if gmake 4.4.1 is installed.

While fluidsynth compiles with BSD make, it will use gmake if available.
This happened to work in the past even if gmake was not in USE_TOOLS,
but the latest gmake update (4.4.1) added an incompatible change.
Adding gmake to USE_TOOLS fixes this.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 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.70 pkgsrc/audio/fluidsynth/Makefile:1.71
--- pkgsrc/audio/fluidsynth/Makefile:1.70       Tue Jan 24 18:36:18 2023
+++ pkgsrc/audio/fluidsynth/Makefile    Sat Apr 15 11:59:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/01/24 18:36:18 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2023/04/15 11:59:34 hgutch Exp $
 
 DISTNAME=      fluidsynth-2.3.1
 CATEGORIES=    audio
@@ -11,7 +11,7 @@ COMMENT=      Software synthesizer based on S
 LICENSE=       gnu-lgpl-v2
 
 USE_LANGUAGES= c c++
-USE_TOOLS+=    pkg-config
+USE_TOOLS+=    pkg-config gmake
 
 CHECK_PORTABILITY_SKIP+=       test-android/convert-tests.sh
 



Home | Main Index | Thread Index | Old Index