diff options
Diffstat (limited to 'audio/xmms-midi/files/patch-config.h')
-rw-r--r-- | audio/xmms-midi/files/patch-config.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmms-midi/files/patch-config.h b/audio/xmms-midi/files/patch-config.h new file mode 100644 index 000000000000..6f83b99c7b04 --- /dev/null +++ b/audio/xmms-midi/files/patch-config.h @@ -0,0 +1,13 @@ + +$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 |