compile fixes from Artur Frysiak <wiget@pld.org.pl>

This commit is contained in:
Bill Currie 2001-06-05 17:23:03 +00:00
parent 4a0d453b48
commit 735a35b2f9
9 changed files with 16 additions and 1 deletions

View file

@ -103,6 +103,10 @@ client_SOURCES= cl_cam.c cl_cmd.c cl_cvar.c cl_demo.c cl_ents.c cl_input.c \
r_view.c sbar.c skin.c teamplay.c \
$(syscl_SRC)
if BUILD_GL
AM_CFLAGS = $(GLX_CFLAGS)
endif
# Software-rendering clients
#
# ... Common stuff

View file

@ -105,7 +105,9 @@
#ifdef __GLIBC__ // glibc macro
# define s6_addr32 in6_u.u6_addr32
# if ! __GLIBC_PREREQ (2,2)
# define ss_family __ss_family
# endif
#endif
netadr_t net_local_adr;