$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
 {
