mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
wxqt: remove unnecessary patches (#7297)
This commit is contained in:
@@ -1,29 +1,3 @@
|
||||
From 6d06aabb48f10849b1e29a4dddf6f49bc40cd56a Mon Sep 17 00:00:00 2001
|
||||
From: Augustin Cavalier <waddlesplash@gmail.com>
|
||||
Date: Sun, 12 Feb 2017 15:40:59 -0500
|
||||
Subject: [PATCH] sckaddr: Fix build on Haiku.
|
||||
|
||||
|
||||
diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp
|
||||
index 0388132..49a6481 100644
|
||||
--- a/src/common/sckaddr.cpp
|
||||
+++ b/src/common/sckaddr.cpp
|
||||
@@ -109,6 +109,11 @@ wxIMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress);
|
||||
#endif
|
||||
#endif // __WINDOWS__
|
||||
|
||||
+#ifdef __HAIKU__
|
||||
+ #define HAVE_GETHOSTBYNAME
|
||||
+ #define HAVE_GETSERVBYNAME
|
||||
+#endif
|
||||
+
|
||||
// we assume that we have gethostbyaddr_r() if and only if we have
|
||||
// gethostbyname_r() and that it uses the similar conventions to it (see
|
||||
// comment in configure)
|
||||
--
|
||||
2.26.0
|
||||
|
||||
|
||||
From 319ef050e1a7f882efe96a737ee82c31abf1851c Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Tue, 2 Jun 2020 22:23:59 +0000
|
||||
|
||||
Reference in New Issue
Block a user