shithub: freetype+ttf2subf

Download patch

ref: 12a8741e7ba0e7b6d1f5ca0a6dd5ddb29a19b691
parent: a9aa69c2c87c06de14d646426a59eeb7b10181cb
author: Werner Lemberg <[email protected]>
date: Mon Jan 28 20:11:23 EST 2002

* README.UNX: Fix typo.
* builds/unix/install.mk (uninstall): Fix library name for libtool.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-29  Werner Lemberg  <[email protected]>
+
+	* README.UNX: Fix typo.
+	* builds/unix/install.mk (uninstall): Fix library name for libtool.
+
 2002-01-28  Francesco Zappa Nardelli  <[email protected]>
 
 	* src/pcf/pcfdriver.c (PCF_Done_Face): Fix incorrect destruction of
--- a/README.UNX
+++ b/README.UNX
@@ -23,7 +23,7 @@
       
       - locate a line that says:
       
-          #undef TT_CONFIG_OPTION_BYTECODE_ITNERPRETER
+          #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
       - change it to:
 
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -41,7 +41,7 @@
 
 
 uninstall:
-	-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY)
+	-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(LIBRARY).$A
 	-$(DELETE) $(includedir)/freetype2/freetype/cache/*
 	-$(DELDIR) $(includedir)/freetype2/freetype/cache
 	-$(DELETE) $(includedir)/freetype2/freetype/config/*