mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
$NetBSD: patch-ag,v 1.1 2009/08/16 21:21:51 wiz Exp $
|
|
|
|
--- lib/sequence/sequence.c.orig 2009-06-21 15:15:41.000000000 +0000
|
|
+++ lib/sequence/sequence.c
|
|
@@ -77,6 +77,10 @@
|
|
# include <AL/al.h>
|
|
# endif
|
|
|
|
+#ifndef nearbyint
|
|
+#define nearbyint rint
|
|
+#endif
|
|
+
|
|
// stick this in sequence.h perhaps?
|
|
typedef struct
|
|
{
|