pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/fluidsynth fluidsynth: Strip out -Werror=incompa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b353ace3b22
branches: trunk
changeset: 443010:8b353ace3b22
user: nia <nia%pkgsrc.org@localhost>
date: Sat Dec 05 12:33:14 2020 +0000
description:
fluidsynth: Strip out -Werror=incompatible-pointer-types
diffstat:
audio/fluidsynth/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 7fe406abfce6 -r 8b353ace3b22 audio/fluidsynth/Makefile
--- a/audio/fluidsynth/Makefile Sat Dec 05 12:22:51 2020 +0000
+++ b/audio/fluidsynth/Makefile Sat Dec 05 12:33:14 2020 +0000
@@ -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/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