all the things
This commit is contained in:
14
multimedia/obs-studio/patches/patch-UI_obs-app_cpp
Normal file
14
multimedia/obs-studio/patches/patch-UI_obs-app_cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
$OpenBSD$
|
||||
|
||||
Index: UI/obs-app.cpp
|
||||
--- UI/obs-app.cpp.orig
|
||||
+++ UI/obs-app.cpp
|
||||
@@ -1435,6 +1435,8 @@ string OBSApp::GetVersionString() const
|
||||
ver << "mac)";
|
||||
#elif __FreeBSD__
|
||||
ver << "freebsd)";
|
||||
+#elif __OpenBSD__
|
||||
+ ver << "openbsd)";
|
||||
#else /* assume linux for the time being */
|
||||
ver << "linux)";
|
||||
#endif
|
||||
Reference in New Issue
Block a user