Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
(from parent 1:
e851736
)
removed pty.h. minimal system guessing added in config.mk.
author
Aurélien Aptel <
[email protected]
>
Mon, 30 Aug 2010 01:12:11 +0000
(
03:12
+0200)
committer
Aurélien Aptel <
[email protected]
>
Mon, 30 Aug 2010 01:12:11 +0000
(
03:12
+0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
216e7df
..
b41a949
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-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