shithub: freetype+ttf2subf

Download patch

ref: 4af2f18cc3adedf2dce3dd865a6b6bab336fa466
parent: a82cd844fb68d14741725946aa43e31490c8468c
author: Werner Lemberg <[email protected]>
date: Sat Nov 11 00:55:41 EST 2000

Minor fixes.

git/fs: mount .git/fs: mount/attach disallowed
--- a/builds/cygwin/freetype-config.in
+++ b/builds/cygwin/freetype-config.in
@@ -44,7 +44,7 @@
     echo_exec_prefix=yes
     ;;
   --version)
-    echo @VERSION@
+    echo @version_info@
     exit 0
     ;;
   --cflags)
--- a/builds/cygwin/install.mk
+++ b/builds/cygwin/install.mk
@@ -33,7 +33,8 @@
 	-for P in $(CACHE_H) ; do                                      \
           $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
         done
-	$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config
+	$(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
+          $(bindir)/freetype-config
 
 
 uninstall:
--- a/builds/unix/.cvsignore
+++ b/builds/unix/.cvsignore
@@ -5,3 +5,4 @@
 config.log
 libtool
 ftconfig.h
+freetype-config
--- a/builds/unix/freetype-config.in
+++ b/builds/unix/freetype-config.in
@@ -44,7 +44,7 @@
     echo_exec_prefix=yes
     ;;
   --version)
-    echo @VERSION@
+    echo @version_info@
     exit 0
     ;;
   --cflags)
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -33,7 +33,8 @@
 	-for P in $(CACHE_H) ; do                                      \
           $(INSTALL_DATA) $$P $(includedir)/freetype2/freetype/cache ; \
         done
-	$(INSTALL) -m a+x $(BUILD)/freetype-config $(bindir)/freetype-config
+	$(INSTALL_SCRIPT) -m 755 $(BUILD)/freetype-config \
+          $(bindir)/freetype-config
 
 
 uninstall: