diff options
author | wiz <wiz@pkgsrc.org> | 2021-11-01 22:11:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-11-01 22:11:03 +0000 |
commit | 6accc44336bc1fe0613e7f17ee5ddf4b33e16e79 (patch) | |
tree | 462eeb7607d2cb397aadaae721e3c137657c6a03 /devel | |
parent | c823865df7c1b42ceadb4de22e423c4ba3398685 (diff) | |
download | pkgsrc-6accc44336bc1fe0613e7f17ee5ddf4b33e16e79.tar.gz |
protobuf: remove patch that was merged upstream
Diffstat (limited to 'devel')
-rw-r--r-- | devel/protobuf/patches/patch-src_google_protobuf_port__def.inc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/protobuf/patches/patch-src_google_protobuf_port__def.inc b/devel/protobuf/patches/patch-src_google_protobuf_port__def.inc deleted file mode 100644 index 4173ce47f2c..00000000000 --- a/devel/protobuf/patches/patch-src_google_protobuf_port__def.inc +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-src_google_protobuf_port__def.inc,v 1.3 2021/06/09 04:57:10 adam Exp $ - -SunOS does not support init_priority. - ---- src/google/protobuf/port_def.inc.orig 2021-06-08 14:11:11.000000000 +0000 -+++ src/google/protobuf/port_def.inc -@@ -541,7 +541,7 @@ - #ifdef PROTOBUF_ATTRIBUTE_INIT_PRIORITY - #error PROTOBUF_ATTRIBUTE_INIT_PRIORITY was previously defined - #endif --#if PROTOBUF_GNUC_MIN(3, 0) && (!defined(__APPLE__) || defined(__clang__)) -+#if PROTOBUF_GNUC_MIN(3, 0) && !defined(__sun) && (!defined(__APPLE__) || defined(__clang__)) - #define PROTOBUF_ATTRIBUTE_INIT_PRIORITY __attribute__((init_priority((102)))) - #else - #define PROTOBUF_ATTRIBUTE_INIT_PRIORITY |