a4cb8c9f6c
xmms-midi is a XMMS Input plugin to play midi files. PR: 44059 Submitted by: Hendrik Scholz <hendrik@scholz.net>
13 lines
245 B
C
13 lines
245 B
C
|
|
$FreeBSD$
|
|
|
|
--- config.h.orig Mon Jan 24 01:18:02 2000
|
|
+++ config.h Sat Oct 26 23:24:50 2002
|
|
@@ -359,3 +359,7 @@
|
|
#include <errno.h>
|
|
#define PI 3.14159265358979323846
|
|
#endif
|
|
+
|
|
+#ifdef __FreeBSD__
|
|
+#define PI 3.14159265358979323846
|
|
+#endif
|