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

(-)/home/trasz/linc/Makefile (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_GNOME=	gnomehack glib20
24
USE_GNOME=	gnomehack glib20
25
INSTALLS_SHLIB=	yes
25
USE_LDCONFIG=	yes
26
USE_AUTOTOOLS=	libtool:15
26
USE_AUTOTOOLS=	libtool:15
27
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
27
CONFIGURE_ARGS=	--with-html-dir=${PREFIX}/share/doc \
28
		--disable-gtk-doc
28
		--disable-gtk-doc
(-)/home/trasz/linc/files/patch-src-linc-protocols.c (+11 lines)
Line 0 Link Here
1
--- src/linc-protocols.c.orig	Sat Oct  7 21:41:04 2006
2
+++ src/linc-protocols.c	Sat Oct  7 21:41:18 2006
3
@@ -609,7 +609,7 @@
4
 /* FIXME: is IN6ADDR_ANY_INIT exported on Mac OS X ? */
5
 /* on Mac OS X 10.1 inaddr6_any isn't exported by libc */
6
 #ifndef in6addr_any
7
-	static const struct in6_addr in6addr_any = { { { 0 } } };
8
+	const struct in6_addr in6addr_any = { { { 0 } } };
9
 #endif
10
 
11
 static gboolean

Return to bug 104132