shithub: freetype+ttf2subf

Download patch

ref: ae7c55d98ef18e08eba991acd3cb2cc96ace61f8
parent: 710ac3dda012872a9e7ced8c69cc9c6f2d291bb8
author: Sebastian Rasmussen <[email protected]>
date: Fri Feb 5 13:42:19 EST 2016

Make direct call of `make install' work (#47072).

* builds/unix/unix-def.in (freetype-config): Make sure
`freetype-config' is generated for both make targets (`all' and
`install').

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2016-02-05  Sebastian Rasmussen  <[email protected]>
+
+	Make direct call of `make install' work (#47072).
+
+	* builds/unix/unix-def.in (freetype-config): Make sure
+	`freetype-config' is generated for both make targets (`all' and
+	`install').
+
 2016-02-05  Werner Lemberg  <[email protected]>
 
 	[base] Fix advance width loading for MM and GX fonts (#47064).
--- a/builds/unix/unix-def.in
+++ b/builds/unix/unix-def.in
@@ -142,7 +142,7 @@
 	chmod a-w [email protected]
 	mv [email protected] $@
 
-all: $(OBJ_BUILD)/freetype-config \
+all install: $(OBJ_BUILD)/freetype-config \
      $(OBJ_BUILD)/freetype2.pc
 
 # EOF