solaris compile fix - ii - irc it, simple FIFO based irc client
 (HTM) git clone git://git.suckless.org/ii
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3e66765243cd94bc3e843967d40ab4f761749482
 (DIR) parent c8ea25a172b026708bc2df0dfc944db4ec8f1c61
 (HTM) Author: nion@h4447.serverkompetenz.net <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(-)
       ---
 (DIR) 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