[teklib-general] teklib: FreeBSD build fixed; minor corrections in top-level Make...
Timm S. Mueller
tmueller at neoscientists.org
Tue Apr 8 23:42:04 CEST 2008
details: http://hg.teklib.org/teklib/rev/0b8d13c82fcf
changeset: 175:0b8d13c82fcf
user: Timm S. Mueller <tmueller at neoscientists.org>
date: Tue Apr 08 13:51:09 2008 +0200
description:
FreeBSD build fixed; minor corrections in top-level Makefile
diffs (33 lines):
diff -r a29cd518cbe9 -r 0b8d13c82fcf Makefile
--- a/Makefile Mon Apr 07 15:36:08 2008 +0200
+++ b/Makefile Tue Apr 08 13:51:09 2008 +0200
@@ -15,7 +15,7 @@ COMPILER ?= gcc
help:
@echo
- @echo "Build configuration (set as environment variables or override in Makefile):"
+ @echo "Build configuration (pass as variables or override in Makefile):"
@echo "-------------------------------------------------------------------------------"
@echo "TEKLIB = ................ $(TEKLIB)"
@echo "PLATFORM = .............. $(PLATFORM) [available: posix]"
@@ -33,7 +33,7 @@ help:
@echo "distclean ............... delete all temporary files"
@echo
-all: $(PLATFORM)
+all: $(HOST)
release: $(HOST)_release
debug: $(HOST)_debug
install: $(HOST)_install
diff -r a29cd518cbe9 -r 0b8d13c82fcf src/display_x11/build/tmkmakefile
--- a/src/display_x11/build/tmkmakefile Mon Apr 07 15:36:08 2008 +0200
+++ b/src/display_x11/build/tmkmakefile Tue Apr 08 13:51:09 2008 +0200
@@ -13,7 +13,7 @@
[/embed]
EXTRAMODLIBS = -L/usr/X11R6/lib -lX11 -lXext
- EXTRADEFS = -D_XOPEN_SOURCE -I/usr/include/freetype2/
+ EXTRADEFS = -D_XOPEN_SOURCE -I/usr/X11R6/include/ -I/usr/include/freetype2/ -I/usr/X11R6/include/freetype2/
[embed body="modlink"]
display_x11
More information about the teklib-general
mailing list