ports/misc/rocrail/patches/patch-rocs_public_rocs_h

13 lines
292 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: rocs/public/rocs.h
--- rocs/public/rocs.h.orig
+++ rocs/public/rocs.h
@@ -40,7 +40,7 @@
#define _POSIX_SOURCE
#define __EXTENSIONS__
#elif defined __unix__
- #pragma message("--- [Unix] ---")
+/* SHHHH who cares */
#else
#error *** Unsupported Operating System ***
#endif