mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
MSGPACK: bump, patch, remove old (#3983)
This commit is contained in:
22
dev-libs/msgpack_c_cpp/patches/msgpack_c_cpp-3.2.0.patchset
Normal file
22
dev-libs/msgpack_c_cpp/patches/msgpack_c_cpp-3.2.0.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From 0e07ae5c41bc1ee05e8ecdfda6f3043a933a738f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
||||
Date: Sat, 13 Jul 2019 20:37:21 +0200
|
||||
Subject: Haiku have sys/uio.h
|
||||
|
||||
|
||||
diff --git a/include/msgpack/vrefbuffer.h b/include/msgpack/vrefbuffer.h
|
||||
index 139869a..574c3cb 100644
|
||||
--- a/include/msgpack/vrefbuffer.h
|
||||
+++ b/include/msgpack/vrefbuffer.h
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "zone.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
-#if defined(unix) || defined(__unix) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__QNX__) || defined(__QNXTO__)
|
||||
+#if defined(unix) || defined(__unix) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__QNX__) || defined(__QNXTO__) || defined(__HAIKU__)
|
||||
#include <sys/uio.h>
|
||||
#else
|
||||
struct iovec {
|
||||
--
|
||||
2.21.0
|
||||
|
||||
Reference in New Issue
Block a user