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

(-)/usr/ports/devel/jrtplib/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
INSTALLS_SHLIB=	yes
18
USE_LDCONFIG=	yes
19
NO_FILTER_SHLIBS=	yes
19
NO_FILTER_SHLIBS=	yes
20
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ARGS=	--disable-jthread
21
CONFIGURE_ARGS=	--disable-jthread
(-)/usr/ports/devel/jrtplib/files/patch-src-rtpipv6destination.h (+15 lines)
Line 0 Link Here
1
--- src/rtpipv6destination.h.orig	Tue Sep 26 22:12:59 2006
2
+++ src/rtpipv6destination.h	Tue Sep 26 22:13:16 2006
3
@@ -65,9 +65,9 @@
4
 		rtpaddr.sin6_family = AF_INET6;
5
 		rtpaddr.sin6_port = htons(portbase);
6
 		rtpaddr.sin6_addr = ip;
7
-		rtpaddr.sin6_family = AF_INET6;
8
-		rtpaddr.sin6_port = htons(portbase+1);
9
-		rtpaddr.sin6_addr = ip;
10
+		rtcpaddr.sin6_family = AF_INET6;
11
+		rtcpaddr.sin6_port = htons(portbase+1);
12
+		rtcpaddr.sin6_addr = ip;
13
 	}
14
 	in6_addr GetIP() const								{ return rtpaddr.sin6_addr; }
15
 	bool operator==(const RTPIPv6Destination &src) const				

Return to bug 103704