FreeBSD Bugzilla – Attachment 71491 Details for
Bug 104132
[PATCH] net/linc: fix build with gcc41.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
linc-1.0.3_6.patch
linc-1.0.3_6.patch (text/plain), 1.09 KB, created by
trasz
on 2006-10-07 21:00:39 UTC
(
hide
)
Description:
linc-1.0.3_6.patch
Filename:
MIME Type:
Creator:
trasz
Created:
2006-10-07 21:00:39 UTC
Size:
1.09 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/net/linc/Makefile /home/trasz/linc/Makefile >--- /usr/ports/net/linc/Makefile Thu Jun 1 00:18:45 2006 >+++ /home/trasz/linc/Makefile Sat Oct 7 21:55:00 2006 >@@ -22,7 +22,7 @@ > > USE_GMAKE= yes > USE_GNOME= gnomehack glib20 >-INSTALLS_SHLIB= yes >+USE_LDCONFIG= yes > USE_AUTOTOOLS= libtool:15 > CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ > --disable-gtk-doc >diff -ruN --exclude=CVS /usr/ports/net/linc/files/patch-src-linc-protocols.c /home/trasz/linc/files/patch-src-linc-protocols.c >--- /usr/ports/net/linc/files/patch-src-linc-protocols.c Thu Jan 1 01:00:00 1970 >+++ /home/trasz/linc/files/patch-src-linc-protocols.c Sat Oct 7 21:55:00 2006 >@@ -0,0 +1,11 @@ >+--- src/linc-protocols.c.orig Sat Oct 7 21:41:04 2006 >++++ src/linc-protocols.c Sat Oct 7 21:41:18 2006 >+@@ -609,7 +609,7 @@ >+ /* FIXME: is IN6ADDR_ANY_INIT exported on Mac OS X ? */ >+ /* on Mac OS X 10.1 inaddr6_any isn't exported by libc */ >+ #ifndef in6addr_any >+- static const struct in6_addr in6addr_any = { { { 0 } } }; >++ const struct in6_addr in6addr_any = { { { 0 } } }; >+ #endif >+ >+ static gboolean
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 104132
: 71491