After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 79475 - patch for building on os x
patch for building on os x
Status: RESOLVED FIXED
Product: linc
Classification: Deprecated
Component: general
0.1.x
Other other
: Normal normal
: ---
Assigned To: Michael Meeks
Michael Meeks
Depends on:
Blocks: 80435
 
 
Reported: 2002-04-22 09:06 UTC by jacob berkman
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (1.12 KB, patch)
2002-04-22 09:07 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-04-22 09:06:35 UTC
this patch was required to build on mac os x.

the in6_addr thing is nasty; it doesn't get exported by libc.
Comment 1 jacob berkman 2002-04-22 09:07:01 UTC
Created attachment 7853 [details] [review]
the patch
Comment 2 Michael Meeks 2002-05-17 10:04:13 UTC
Committed - I'd like to know if Mac OS / X has the (also standard)
'IN6ADDR_ANY_INIT' ( netinet/in.h ) or whether it's just utterly
broken - it'd be nice to have a more standard fix rather than the
latter hack.
Comment 3 jacob berkman 2002-05-17 13:37:38 UTC
in netinet6/in6.h that macro exists.