shithub: freetype+ttf2subf

Download patch

ref: a415473820fcbf365040cecb1ac2a382c41e825d
parent: 1b740a00761f5f14200d6d60cec8fa416b2fcbde
author: Werner Lemberg <[email protected]>
date: Thu Dec 3 02:49:46 EST 2015

* builds/unix/install.mk (install): Remove stale `ft2build.h'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-03  Werner Lemberg  <[email protected]>
+
+	* builds/unix/install.mk (install): Remove stale `ft2build.h'.
+
 2015-12-01  Werner Lemberg  <[email protected]>
 
 	[type1] Avoid dangling pointer (#46572).
--- a/builds/unix/install.mk
+++ b/builds/unix/install.mk
@@ -28,8 +28,11 @@
 # installing new files to avoid interferences with files installed by
 # previous FreeType versions (which use slightly different locations).
 #
+# We also remove `$(includedir)/ft2build.h' for the same reason.
+#
 install: $(PROJECT_LIBRARY)
 	-$(DELDIR) $(DESTDIR)$(includedir)/freetype2
+	-$(DELETE) $(DESTDIR)$(includedir)/ft2build.h
 	$(MKINSTALLDIRS) $(DESTDIR)$(libdir)                               \
                          $(DESTDIR)$(libdir)/pkgconfig                     \
                          $(DESTDIR)$(includedir)/freetype2/freetype/config \