From 6ecc9f7c370a9c33692ec787c81a32c0e5795f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 23 Oct 2015 21:22:08 +0200 Subject: changes for symbols files; rename patches --- debian/patches/0705-hurd.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/0705-hurd.patch (limited to 'debian/patches/0705-hurd.patch') diff --git a/debian/patches/0705-hurd.patch b/debian/patches/0705-hurd.patch new file mode 100644 index 0000000..70dabaa --- /dev/null +++ b/debian/patches/0705-hurd.patch @@ -0,0 +1,21 @@ +Description: Add hurd/system.h +Author: Jörg Frings-Fürst +Last-Update: 2015-06-21 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/lib/psocksxx/sockstreambuf.h +=================================================================== +--- trunk.orig/lib/psocksxx/sockstreambuf.h ++++ trunk/lib/psocksxx/sockstreambuf.h +@@ -25,6 +25,11 @@ + + #include + #include ++ ++#if defined(__GNU__) || defined(__gnu_hurd__) ++#include ++#endif ++ + #include + #include + -- cgit v1.2.3