mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Dirk Meyer](/assets/img/avatar_default.png)
- build shared lib - fix dependend ports when libnet.so.8 was linked in - fix dependend ports when includes where missing
13 lines
341 B
C
13 lines
341 B
C
--- include/libnet.h.in.orig 2012-03-06 01:45:46.000000000 +0100
|
|
+++ include/libnet.h.in 2012-04-18 20:37:06.000000000 +0200
|
|
@@ -81,6 +81,9 @@
|
|
#if !defined(__WIN32__)
|
|
# include <sys/socket.h>
|
|
# include <net/if.h>
|
|
+# if (__FreeBSD__)
|
|
+# include <netinet/in.h>
|
|
+# endif
|
|
#else /* __WIN32__ */
|
|
# if (__CYGWIN__)
|
|
# include <sys/socket.h>
|