shithub: freetype+ttf2subf

Download patch

ref: 2c5b7ebf71d50a42a82d72e7109d6225ac77f126
parent: 6fbe4db6b7208d94557a9a52574b4b65d2920c95
author: David Turner <[email protected]>
date: Fri Oct 6 21:21:25 EDT 2000

fixed a small bug in the uninstall mode

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -24,7 +24,7 @@
         done
 
 uninstall:
-	-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/$(PROJECT_LIBRARY).$A
+	-$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/lib$(PROJECT).$A
 	-$(DELETE) $(includedir)/freetype/cache/*
 	-$(DELDIR) $(includedir)/freetype/cache
 	-$(DELETE) $(includedir)/freetype/config/*