[tekui-devel] tekui: Minor fixes in the build procedure to ensure FreeBSD comp...
Timm S. Mueller
tmueller at schulze-mueller.de
Thu Nov 6 23:21:07 CET 2008
details: http://hg.teklib.org/tekui/rev/cefea66846eb
changeset: 30:cefea66846eb
user: Timm S. Mueller <tmueller at schulze-mueller.de>
date: Sat Oct 25 21:14:29 2008 +0200
description:
Minor fixes in the build procedure to ensure FreeBSD compatbility
diffs (32 lines):
diff -r 2d9a210bbe8b -r cefea66846eb config
--- a/config Wed Oct 22 23:51:39 2008 +0200
+++ b/config Sat Oct 25 21:14:29 2008 +0200
@@ -23,7 +23,7 @@ LUA_SHARE = /usr/local/share/lua/5.1
# Libraries:
#------------------------------------------------------------------------------
-PLATFORM_LIBS = -pthread -ldl
+PLATFORM_LIBS = -pthread
LUA_DEFS = -I/usr/local/include/lua51 -I/usr/include/lua5.1
@@ -51,7 +51,7 @@ MODDIR = $(BINDIR)/mod
#------------------------------------------------------------------------------
CC = gcc
-#DEBUG = -g -DTDEBUG=10
+DEBUG = -g -DTDEBUG=10
WARN = -Wall -Wno-unused-parameter
OPT = -O2
INCL = -I. -Iinclude -I$(INCDIR)
diff -r 2d9a210bbe8b -r cefea66846eb src/Makefile
--- a/src/Makefile Wed Oct 22 23:51:39 2008 +0200
+++ b/src/Makefile Sat Oct 25 21:14:29 2008 +0200
@@ -9,6 +9,6 @@ clean libs tools modules:
cd exec && $(MAKE) $@
cd visual && $(MAKE) $@
cd display_x11 && $(MAKE) $@
- cd display_dfb && $(MAKE) $@
+# cd display_dfb && $(MAKE) $@
# cd io && $(MAKE) $@
# cd datatype && $(MAKE) $@
More information about the tekui-devel
mailing list