ports/audio/grip/patches/patch-src_grip_h

13 lines
449 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/grip.h
--- src/grip.h.orig
+++ src/grip.h
@@ -47,7 +47,7 @@
#define RRand(range) (random()%(range))
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__) || defined(__NetBSD__) || defined(__osf__) /* __osf__ ?? */
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__GLIBC__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__osf__) /* __osf__ ?? */
#define MAILER "/usr/sbin/sendmail -i -t"