solaris compile fix - ii - irc it, simple FIFO based irc client | |
git clone git://git.suckless.org/ii | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3e66765243cd94bc3e843967d40ab4f761749482 | |
parent c8ea25a172b026708bc2df0dfc944db4ec8f1c61 | |
Author: [email protected] <unknown> | |
Date: Thu, 1 Feb 2007 12:00:59 +0100 | |
solaris compile fix | |
Diffstat: | |
M config.mk | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -15,8 +15,9 @@ VERSION = 1 | |
# includes and libs | |
INCLUDES = -I. -I${INCDIR} -I/usr/include | |
LIBS = -L${LIBDIR} -L/usr/lib -lc | |
-# uncomment for compiling on Solaris | |
-# LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl | |
+# uncomment and comment other variables for compiling on Solaris | |
+#LIBS = -L${LIBDIR} -L/usr/lib -lc -lsocket -lnsl | |
+#CFLAGS = -g ${INCLUDES} -DVERSION=\"${VERSION}\" | |
# compiler | |
CC = cc |