mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
compile fixes from Artur Frysiak <wiget@pld.org.pl>
This commit is contained in:
parent
4a0d453b48
commit
735a35b2f9
9 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue