[tekui-devel] tekui: Added makefile fixes for tekUI to compile on FreeBSD and ...

Timm S. Mueller tmueller at neoscientists.org
Tue Apr 8 23:42:29 CEST 2008


details:   http://hg.teklib.org/tekui/rev/1d0ac74aa315
changeset: 411:1d0ac74aa315
user:      Timm S. Mueller <tmueller at neoscientists.org>
date:      Tue Apr 08 23:41:29 2008 +0200
description:
Added makefile fixes for tekUI to compile on FreeBSD and Ubuntu Linux

diffs (36 lines):

diff -r 3a93121bcac3 -r 1d0ac74aa315 tek/class/build/tmkmakefile
--- a/tek/class/build/tmkmakefile	Tue Apr 08 17:16:28 2008 +0200
+++ b/tek/class/build/tmkmakefile	Tue Apr 08 23:41:29 2008 +0200
@@ -9,7 +9,7 @@
 [body name="modtargets"]
 
 	[if config="posix"]
-		EXTRADEFS = -I/usr/local/include/lua51 -pthread
+		EXTRADEFS = -I/usr/local/include/lua51 -I/usr/include/lua5.1 -pthread
 	[/if]
 
 	[embed body="mods"]
diff -r 3a93121bcac3 -r 1d0ac74aa315 tek/lib/build/tmkmakefile
--- a/tek/lib/build/tmkmakefile	Tue Apr 08 17:16:28 2008 +0200
+++ b/tek/lib/build/tmkmakefile	Tue Apr 08 23:41:29 2008 +0200
@@ -14,7 +14,7 @@
 	[/embed]
 
 	[if config="posix"]
-		EXTRADEFS = -I/usr/local/include/lua51 -pthread
+		EXTRADEFS = -I/usr/local/include/lua51 -I/usr/include/lua5.1 -pthread
 		EXTRAMODLIBS = -lhal -lexec -ltime -lvisual -ldisplay_x11 -ltekdebug -ltekc -L/usr/X11R6/lib -lX11 -lXext
 	[/if]
 
diff -r 3a93121bcac3 -r 1d0ac74aa315 tek/os/build/tmkmakefile
--- a/tek/os/build/tmkmakefile	Tue Apr 08 17:16:28 2008 +0200
+++ b/tek/os/build/tmkmakefile	Tue Apr 08 23:41:29 2008 +0200
@@ -9,7 +9,7 @@
 [body name="modtargets"]
 
 	[if config="posix_"]
-		EXTRADEFS = -I/usr/local/include/lua51
+		EXTRADEFS = -I/usr/local/include/lua51 -I/usr/include/lua5.1
 	[/if]
 
 	[embed body="mods"]


More information about the tekui-devel mailing list