freebsd-ports/audio/csound6/files/patch-Opcodes-urandom.c
Danilo Egea Gondolfo 411bac0c65 - Copy from audio/csound and apply the patch. The API of the version 6 of csound is not compatible of version 5.
- Update from 5.18.02 to 6.02
- Add stage support
- Use options helpers

PR:		ports/185351
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-10 18:05:29 +00:00

10 lines
221 B
C

--- Opcodes/urandom.c.old 2011-01-30 02:14:59.000000000 -0600
+++ Opcodes/urandom.c 2011-01-30 02:15:08.000000000 -0600
@@ -22,7 +22,6 @@
*/
#include "csdl.h"
-#include <ieee754.h>
typedef struct {
OPDS h;