changeset 783:49a283c22ef4

Adjusted paths for Crux and disabled debug compile flags.
author markus schnalke <meillo@marmaro.de>
date Sat, 17 Mar 2012 19:07:15 +0100 (2012-03-17)
parents f1e806b34697
children f259785bac44
files config.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/config.mk	Mon Sep 05 23:05:08 2011 +0200
+++ b/config.mk	Sat Mar 17 19:07:15 2012 +0100
@@ -7,15 +7,15 @@
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
 
-X11INC = /usr/X11R6/include
-X11LIB = /usr/X11R6/lib
+X11INC = /usr/include/X11
+X11LIB = /usr/lib
 
 # includes and libs
 INCS = -I. -I/usr/include -I${X11INC}
 LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 
 # flags
-DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W -pedantic
+#DEBUG = -Wall -Wpointer-arith -Wstrict-prototypes -O2 -W
 CFLAGS =  ${INCS} -DVERSION=\"${VERSION}\" ${DEBUG}
 LDFLAGS = ${LIBS}
 #CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"