pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
codeblocks: Add missing patch
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Jun 16 03:20:38 2016 +0200
Changeset: 590e60ec8357a89c353bf5b66a2f3656158faabd
Added Files:
codeblocks/patches/patch-src_src_prefix.cpp
Log Message:
codeblocks: Add missing patch
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=590e60ec8357a89c353bf5b66a2f3656158faabd
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_prefix.cpp | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diffs:
diff --git a/codeblocks/patches/patch-src_src_prefix.cpp b/codeblocks/patches/patch-src_src_prefix.cpp
new file mode 100644
index 0000000..017a8e0
--- /dev/null
+++ b/codeblocks/patches/patch-src_src_prefix.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+--- src/src/prefix.cpp.orig 2016-01-23 16:43:04.000000000 +0000
++++ src/src/prefix.cpp
+@@ -55,9 +55,6 @@ extern "C" {
+ #endif /* __cplusplus */
+
+
+-#undef NULL
+-#define NULL ((void *) 0)
+-
+ #ifdef __GNUC__
+ #define br_return_val_if_fail(expr,val) if (!(expr)) {fprintf (stderr, "** BinReloc (%s): assertion %s failed\n", __PRETTY_FUNCTION__, #expr); return val;}
+ #else
Home |
Main Index |
Thread Index |
Old Index