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: nia
Date: Sat Dec 5 12:33:14 UTC 2020
Modified Files:
pkgsrc/audio/fluidsynth: Makefile
Log Message:
fluidsynth: Strip out -Werror=incompatible-pointer-types
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 pkgsrc/audio/fluidsynth/Makefile:1.43
--- pkgsrc/audio/fluidsynth/Makefile:1.42 Sat Oct 3 10:26:06 2020
+++ pkgsrc/audio/fluidsynth/Makefile Sat Dec 5 12:33:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/10/03 10:26:06 nia Exp $
+# $NetBSD: Makefile,v 1.43 2020/12/05 12:33:14 nia Exp $
DISTNAME= fluidsynth-2.1.5
CATEGORIES= audio
@@ -33,6 +33,9 @@ SUBST_SED.oss+= -e "s,/dev/dsp,${DEVOSS
SUBST_SED.oss+= -e "s,/dev/midi,${DEVOSSMIDI},g"
.endif
+# mlock on SunOS has a caddr_t argument rather than void *
+BUILDLINK_TRANSFORM+= rm:-Werror=incompatible-pointer-types
+
.include "options.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index