summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-05-14 19:15:41 +0000
committerjoerg <joerg@pkgsrc.org>2020-05-14 19:15:41 +0000
commit9ea2cbb1bd189417f72fe7b3e8e9c3323f65bb64 (patch)
tree200fb72946fe1ef6f98cf56e9d3933c90ba82980
parent5d87ca8743f8e9ac55febea4d4be625ac5074be9 (diff)
downloadpkgsrc-9ea2cbb1bd189417f72fe7b3e8e9c3323f65bb64.tar.gz
Don't mess up include guards of system headers.
-rw-r--r--net/irrtoolset5/distinfo3
-rw-r--r--net/irrtoolset5/patches/patch-src_rpsl_List.hh16
2 files changed, 18 insertions, 1 deletions
diff --git a/net/irrtoolset5/distinfo b/net/irrtoolset5/distinfo
index 6a70449b073..44d2c736549 100644
--- a/net/irrtoolset5/distinfo
+++ b/net/irrtoolset5/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2019/10/17 14:05:49 he Exp $
+$NetBSD: distinfo,v 1.7 2020/05/14 19:15:41 joerg Exp $
SHA1 (irrtoolset-5.1.2.tar.gz) = bca3cee298279448e837cc6f9b8a38896504228a
RMD160 (irrtoolset-5.1.2.tar.gz) = 0fbe9a948f0b03eb0dd393cf4ec0308e095ed0d8
SHA512 (irrtoolset-5.1.2.tar.gz) = 4d9c8d6b1ec924b74693409c7bd9ed960daccfe32f8b4293430d729c47b860617cb8ee937aa970e762f61db5087f0f6780877f8f4c3a4ab148859f41ce7fa9c9
Size (irrtoolset-5.1.2.tar.gz) = 274599 bytes
+SHA1 (patch-src_rpsl_List.hh) = a3a67359b340bf365b4bb892b93bcba423073201
SHA1 (patch-src_rpsl_Makefile.am) = c18913d05e82be1e10f981b7d6001748d9859203
diff --git a/net/irrtoolset5/patches/patch-src_rpsl_List.hh b/net/irrtoolset5/patches/patch-src_rpsl_List.hh
new file mode 100644
index 00000000000..e9c763b4571
--- /dev/null
+++ b/net/irrtoolset5/patches/patch-src_rpsl_List.hh
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_rpsl_List.hh,v 1.1 2020/05/14 19:15:41 joerg Exp $
+
+--- src/rpsl/List.hh.orig 2020-05-13 14:16:21.649149765 +0000
++++ src/rpsl/List.hh
+@@ -52,10 +52,7 @@
+ #ifndef LIST_H
+ #define LIST_H
+
+-#include <cstdio> // For NULL definition
+-#ifdef _STDDEF_H_ // for fbsd: to workaround problem with _G_config.h
+-#undef _STDDEF_H_
+-#endif
++#include <cstddef> // For NULL definition
+ #include <assert.h>
+
+ // These list manipulation routines assume that each object that