ports/devel/codeblocks/patches/patch-src_src_appglobals_cpp

12 lines
469 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/src/appglobals.cpp.orig Sun Dec 8 16:00:22 2013
+++ src/src/appglobals.cpp Thu Sep 11 10:31:01 2014
@@ -49,6 +49,8 @@ namespace appglobals
const wxString AppPlatform = _T("Darwin");
#elif defined(__FreeBSD__)
const wxString AppPlatform = _T("FreeBSD");
+#elif defined(__OpenBSD__)
+ const wxString AppPlatform = _T("OpenBSD");
#elif defined(__UNIX__)
const wxString AppPlatform = _T("Linux");
#else