pkgsrc/audio/spiralsynth/patches/patch-am
ben 60531e216e Update SpiralSynth to version 2.0.0. Notable changes include:
* Totally replaced audio core code with SSM plugin code,
	modified for static linking.
* Uses 32bit floating point format internally.
* New midi device handling.
* New OSS output code.
* New funky sliders.
* Updated for fltk 1.1.0
2004-11-25 17:24:27 +00:00

14 lines
371 B
Text

$NetBSD: patch-am,v 1.1 2004/11/25 17:24:27 ben Exp $
--- SpiralSound/Output.C.orig Sun Jun 2 13:58:06 2002
+++ SpiralSound/Output.C
@@ -20,6 +20,9 @@
#define _ISOC99_SOURCE 1
#include <math.h>
#include "Output.h"
+#ifndef lrintf
+#define lrintf(x) ((long)rintf(x))
+#endif
#define CHECK_AND_REPORT_ERROR if (result<0) \
{ \