pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/protobuf/patches protobuf: remove patch that was...
details: https://anonhg.NetBSD.org/pkgsrc/rev/489d2163aaf4
branches: trunk
changeset: 768843:489d2163aaf4
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 01 22:11:03 2021 +0000
description:
protobuf: remove patch that was merged upstream
diffstat:
devel/protobuf/patches/patch-src_google_protobuf_port__def.inc | 15 ----------
1 files changed, 0 insertions(+), 15 deletions(-)
diffs (19 lines):
diff -r 2f6b12d60c9b -r 489d2163aaf4 devel/protobuf/patches/patch-src_google_protobuf_port__def.inc
--- a/devel/protobuf/patches/patch-src_google_protobuf_port__def.inc Mon Nov 01 21:53:18 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index