adapted changes reported by Stefan Tibus to make wmii compile on Solaris

This commit is contained in:
Anselm R. Garbe 2006-04-25 17:29:54 +02:00
parent 32fa7f0b03
commit a587b641df
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include <unistd.h>
#include <X11/Xatom.h>
#include <X11/Xproto.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <sys/socket.h>

View File

@ -20,7 +20,7 @@ LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\"
# Note: - under Solaris add -D__EXTENSIONS__ to CFLAGS
#LIBS += -lnsl -lsocket
AR = ar cr
CC = cc