tremoved pty.h. minimal system guessing added in config.mk. - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 1bb7398f4b9e38e1c42157717a9dc420bc645d2d
(DIR) parent e851736e8bd6c04f1805659d4783de2314ecb263
(HTM) Author: Aurélien Aptel <aurelien.aptel@gmail.com>
Date: Mon, 30 Aug 2010 03:12:11 +0200
removed pty.h. minimal system guessing added in config.mk.
Diffstat:
M config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -14,7 +14,8 @@ X11LIB = /usr/X11R6/lib
INCS = -I. -I/usr/include -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil
-# uncomment your system #
+# uncomment manualy your system if compilation fail
+SYSTEM = -D`uname | tr a-z A-Z`
#SYSTEM = -DLINUX
#SYSTEM = -DOPENBSD
#SYSTEM = -DFREEBSD