Ticket #27560: libnet11-tiger.diff
File libnet11-tiger.diff, 1009 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
files/patch-src-libnet_write.c
1 --- src/libnet_write.c.orig 2010-11-03 13:35:12.000000000 -0500 2 +++ src/libnet_write.c 2010-12-04 11:56:31.000000000 -0600 3 @@ -33,6 +33,7 @@ 4 */ 5 6 #include <netinet/in.h> 7 +#include <sys/types.h> 8 #include <netinet/udp.h> 9 10 #if (HAVE_CONFIG_H) -
Portfile
30 30 distname libnet-${version} 31 31 checksums md5 a9bc1d75a610efcfee200d3e28d8eb8f \ 32 32 sha1 a2271762a7d6505c1ff6c4c048bf802e643b6790 \ 33 patchfiles patch-configure.in 33 34 patchfiles patch-configure.in \ 35 patch-src-libnet_write.c 36 34 37 worksrcdir libnet-${version} 35 38 36 39 use_autoreconf yes