mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Moved several legacy patches to their respective patches directories.
This commit is contained in:
16
net-misc/curl/patches/curl-7.18.1.diff
Normal file
16
net-misc/curl/patches/curl-7.18.1.diff
Normal file
@@ -0,0 +1,16 @@
|
||||
--- curl-7.18.1/lib/select.c 2008-03-08 22:11:11.000000000 +0000
|
||||
+++ curl-7.18.1.patched/lib/select.c 2008-04-19 15:28:49.000000000 +0000
|
||||
@@ -35,9 +35,13 @@
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
+#ifdef __HAIKU__
|
||||
+#include <sys/socket.h>
|
||||
+#else
|
||||
/* BeOS has FD_SET defined in socket.h */
|
||||
#include <socket.h>
|
||||
#endif
|
||||
+#endif
|
||||
|
||||
#ifdef MSDOS
|
||||
#include <dos.h> /* delay() */
|
||||
Reference in New Issue
Block a user