You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quakeforge/files/quakeforge-0.5.5-libc.patch

18 lines
535 B

http://quake.git.sourceforge.net/git/gitweb.cgi?p=quake/quakeforge;a=commit;h=cdf5ef256583dea6caa34464f6a82222cc43d2fd
--- libs/net/nc/net_udp6.c
+++ libs/net/nc/net_udp6.c
@@ -111,10 +111,10 @@ static __attribute__ ((used)) const char rcsid[] =
# define MAXHOSTNAMELEN 512
#endif
-#ifdef __GLIBC__ // glibc macro
+#if defined(__GLIBC__) && !defined(s6_addr32) // glibc macro
# define s6_addr32 in6_u.u6_addr32
# if ! __GLIBC_PREREQ (2,2)
-# define ss_family __ss_family
+# define ss_family __ss_family
# endif
#endif