13642df867
VFlib is a vector font library, which can use TrueType, Zeit, JG, and BDF fonts. This version supports both BIG5/GB encoded fonts. The original patch was made by Chinese Turbo Linux, and Chih-Wei Huang <cwhuang@linux.org.tw> added the BIG5 Eten extension.
15 lines
353 B
Text
15 lines
353 B
Text
--- tools/Imakefile.in.orig Tue Oct 27 17:02:45 1998
|
|
+++ tools/Imakefile.in Wed Dec 16 23:41:05 1998
|
|
@@ -19,7 +19,11 @@
|
|
* copies.
|
|
*/
|
|
|
|
- LIBTOOL = ../libtool
|
|
+ PREFIX ?= /usr/local
|
|
+ FREETYPELIBDIR ?= ${PREFIX}/lib
|
|
+ FREETYPEINCDIR ?= ${PREFIX}/include
|
|
+
|
|
+ LIBTOOL = ../libtool
|
|
VFLIB_INCDIR = ../src
|
|
VFLIB_LIBDIR = ../src
|
|
|