diff options
Diffstat (limited to 'config/posix/Makedefs')
-rw-r--r-- | config/posix/Makedefs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/posix/Makedefs b/config/posix/Makedefs index 9959341..391a154 100644 --- a/config/posix/Makedefs +++ b/config/posix/Makedefs @@ -9,11 +9,11 @@ # GDIR directory of graphics helper library CC = cc -CFLAGS = -O -I/usr/X11R6/include +CFLAGS = -O CFDYN = RLINK = RLIBS = -lm TLIBS = -lpthread -XLIBS = -L/usr/X11R6/lib -lX11 -XPMDEFS = -DZPIPE -I/usr/X11R6/include +XLIBS = -L/usr/X11/lib -lX11 +XPMDEFS = -DZPIPE GDIR = xpm |