aboutsummaryrefslogtreecommitdiff
path: root/development/eisl/patches/01-tcltk.patch
blob: 3b573ed30903fab7bf1361f5ba7815f444955396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- eisl-3.50/library/tcltk.lsp	2023-09-10 01:16:45.000000000 -0300
+++ eisl-3.50-mod/library/tcltk.lsp	2023-10-26 21:45:06.916251188 -0300
@@ -1,8 +1,4 @@
-(c-lang "#ifdef __linux__
-         #include <tcl/tcl.h>
-         #else
-         #include <tcl.h>
-         #endif")
+(c-lang "#include <tcl.h>")
 (c-option "-ltcl -ltk" linux)
 (c-option "-I/opt/homebrew/opt/tcl-tk/include -L/opt/homebrew/opt/tcl-tk/lib -ltk8.6 -ltkstub8.6 -ltcl8.6 -ltclstub8.6" macos)
 (c-define "BUFFSIZE" "1024")