- Update to version 4.6.1 - Upstream does not provide a changelog - Add patches: * 0001-Fix-narrowing-conversion-error.patch * 0001-Use-explicit-cast-and-prevent-compiler-error.patch * wvstreams-4.6.1-fix-stack-size.patch * wvstreams-4.6.1-gcc10.patch * wvstreams-4.6.1-gcc47.patch * wvstreams-4.6.1-magic.patch * wvstreams-4.6.1-make.patch * wvstreams-4.6.1-multilib.patch * wvstreams-4.6.1-openssl11.patch * wvstreams-4.6.1-statinclude.patch * wvstreams-4.6.1-use_DEFAULT_SOURCE.patch - Delete patches: * 73045.diff * sentinel.diff * set-empty.diff * wvcrash.diff * wvstreams-buildcompare.patch * wvstreams-fixrace.patch * wvstreams-gcc43.patch * wvstreams-gcc47.patch * wvstreams-headers.patch * wvstreams-wvmodem-iotcl.patch OBS-URL: https://build.opensuse.org/request/show/957628 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wvstreams?expand=0&rev=32
11 lines
262 B
Diff
11 lines
262 B
Diff
--- wvstreams-4.6.1-dist/include/wvuid.h 2012-01-05 10:18:58.713661236 +0100
|
|
+++ wvstreams-4.6.1/include/wvuid.h 2012-01-05 10:27:42.198435328 +0100
|
|
@@ -7,6 +7,7 @@
|
|
#ifndef __WVUID_H
|
|
#define __WVUID_H
|
|
|
|
+#include <unistd.h>
|
|
#include "wvstring.h"
|
|
|
|
#if WIN32
|