diff options
Diffstat (limited to 'graphics/airsaned/files/patch-web-httpserver.cpp')
-rw-r--r-- | graphics/airsaned/files/patch-web-httpserver.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/airsaned/files/patch-web-httpserver.cpp b/graphics/airsaned/files/patch-web-httpserver.cpp deleted file mode 100644 index cae26d5639a5..000000000000 --- a/graphics/airsaned/files/patch-web-httpserver.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- web/httpserver.cpp.orig 2021-02-01 18:41:51 UTC -+++ web/httpserver.cpp -@@ -26,6 +26,9 @@ along with this program. If not, see <http://www.gnu. - #include <thread> - - #include <arpa/inet.h> -+#ifdef __FreeBSD__ -+#include <netinet/in.h> -+#endif - #include <ifaddrs.h> - #include <net/if.h> - #include <netdb.h> |