pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
codeblocks: Detect NetBSD as NetBSD
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Jun 16 03:55:23 2016 +0200
Changeset: 178a39053312fc156ba9c8b7c50ddbf769a054cd
Added Files:
codeblocks/patches/patch-src_src_appglobals.cpp
Log Message:
codeblocks: Detect NetBSD as NetBSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=178a39053312fc156ba9c8b7c50ddbf769a054cd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
codeblocks/patches/patch-src_src_appglobals.cpp | 13 +++++++++++++
1 file changed, 13 insertions(+)
diffs:
diff --git a/codeblocks/patches/patch-src_src_appglobals.cpp b/codeblocks/patches/patch-src_src_appglobals.cpp
new file mode 100644
index 0000000..c7c6a25
--- /dev/null
+++ b/codeblocks/patches/patch-src_src_appglobals.cpp
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/src/appglobals.cpp.orig 2016-01-23 16:43:03.000000000 +0000
++++ src/src/appglobals.cpp
+@@ -49,6 +49,8 @@ namespace appglobals
+ const wxString AppPlatform = _T("Darwin");
+ #elif defined(__FreeBSD__)
+ const wxString AppPlatform = _T("FreeBSD");
++#elif defined(__NetBSD__)
++ const wxString AppPlatform = _T("NetBSD");
+ #elif defined(__UNIX__)
+ const wxString AppPlatform = _T("Linux");
+ #else
Home |
Main Index |
Thread Index |
Old Index