remove the "(unknown)" string beside the OS name in XFMail
This commit is contained in:
parent
50004cf3b3
commit
114b5a68e6
13
mail/xfmail/patches/patch-ui_version.h.in
Normal file
13
mail/xfmail/patches/patch-ui_version.h.in
Normal file
@ -0,0 +1,13 @@
|
||||
--- ui/version.h.in.orig Wed Sep 13 00:27:48 2000
|
||||
+++ ui/version.h.in Wed Sep 13 00:28:08 2000
|
||||
@@ -16,6 +16,10 @@
|
||||
#define XF_OS "NetBSD"
|
||||
#endif
|
||||
|
||||
+#ifdef __OpenBSD__
|
||||
+#define XF_OS "OpenBSD"
|
||||
+#endif
|
||||
+
|
||||
#ifdef __linux__
|
||||
#define XF_OS "Linux"
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user