commit a587b641df254eed92e3896c5abf6db7c2d79beb
parent 32fa7f0b030838afb933b9b664adf1a1b0f3488c
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Tue, 25 Apr 2006 17:29:54 +0200
adapted changes reported by Stefan Tibus to make wmii compile on Solaris
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c
@@ -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>
diff --git a/config.mk b/config.mk
@@ -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