View | Details | Raw Unified | Return to bug 158549
Collapse All | Expand All

(-)Makefile (+4 lines)
Lines 29-34 Link Here
29
		LAYER2 "Enable Layer-2 support: MAC Adresses and VLANs" On \
29
		LAYER2 "Enable Layer-2 support: MAC Adresses and VLANs" On \
30
		IPV6  "Enable IPv6 support." On
30
		IPV6  "Enable IPv6 support." On
31
31
32
.include <bsd.port.options.mk>
33
34
LICENSE=	GPLv2
35
32
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
33
37
34
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
38
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
(-)files/patch-src__ll.c (+11 lines)
Added Link Here
1
--- ./src/ll.c.orig	2011-06-30 20:43:06.000000000 -0400
2
+++ ./src/ll.c	2011-06-30 20:43:45.000000000 -0400
3
@@ -118,7 +118,7 @@
4
 
5
   if (*caplen < 4) {
6
     pptrs->iph_ptr = NULL;
7
-    return;
8
+    return 0;
9
   }
10
 
11
   do {

Return to bug 158549