shithub: freetype+ttf2subf

Download patch

ref: 84278bc7ef465bab800f6ecd0a8b6fc672d80bc2
parent: 2c818337387dd10bef5d6a5d6c8c15c876912fbd
author: Werner Lemberg <[email protected]>
date: Sat Nov 11 16:48:05 EST 2000

* builds/cygwin/cygwin-def.in: Same fix as previous.

* builds/unix/unix-def.in: Add


so that installation of freetype-config does not fail.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2000-11-11  Werner Lemberg  <[email protected]>
+
+	* builds/cygwin/cygwin-def.in: Same fix as previous.
+
 2000-11-10  Tom Kacvinsky  <[email protected]>
 
-	* builds/unix/unix-def.in
-	Add
+	* builds/unix/unix-def.in: Add
+
 		INSTALL_PROGRAM := @INSTALL_PROGRAM@
 		INSTALL_SCRIPT  := @INSTALL_SCRIPT@
-	So that install of freetype-config does not fail.
+
+	so that installation of freetype-config does not fail.
 
 2000-11-10  Werner Lemberg  <[email protected]>
 
--- a/builds/cygwin/cygwin-def.in
+++ b/builds/cygwin/cygwin-def.in
@@ -29,9 +29,11 @@
 #
 FTSYS_SRC = @FTSYS_SRC@
 
-INSTALL       := @INSTALL@
-INSTALL_DATA  := @INSTALL_DATA@
-MKINSTALLDIRS := $(BUILD)/mkinstalldirs
+INSTALL         := @INSTALL@
+INSTALL_DATA    := @INSTALL_DATA@
+INSTALL_PROGRAM := @INSTALL_PROGRAM@
+INSTALL_SCRIPT  := @INSTALL_SCRIPT@
+MKINSTALLDIRS   := $(BUILD)/mkinstalldirs
 
 DISTCLEAN += $(BUILD)/config.cache    \
              $(BUILD)/config.log      \
@@ -76,7 +78,7 @@
 LIB_DIR := $(OBJ_DIR)
 
 
-# the NO_OUTPUT macro is appended to command lines in order to ignore
+# The NO_OUTPUT macro is appended to command lines in order to ignore
 # the output of some programs.
 #
 NO_OUTPUT := 2> /dev/null