shithub: freetype+ttf2subf

Download patch

ref: ffb8b473eae4b320c168329b4429dc31ccad515e
parent: 979c5c50fb43d67c52495adadfbd058fba8c991c
author: Werner Lemberg <[email protected]>
date: Tue Jun 25 05:09:30 EDT 2013

* builds/freetype.mk (dll): Remove target.

Problem reported by Jörg Günnewig <[email protected]>.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-06-25  Werner Lemberg  <[email protected]>
 
+	* builds/freetype.mk (dll): Remove target.
+
+	Problem reported by Jörg Günnewig <[email protected]>.
+
+2013-06-25  Werner Lemberg  <[email protected]>
+
 	[docmaker] Recognise URLs.
 
 	* src/tools/docmaker/tohtml.py (re_url): New regular expression.
--- a/builds/freetype.mk
+++ b/builds/freetype.mk
@@ -3,7 +3,7 @@
 #
 
 
-# Copyright 1996-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by
+# Copyright 1996-2006, 2008, 2013 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -260,8 +260,6 @@
 objects: $(OBJECTS_LIST)
 
 library: $(PROJECT_LIBRARY)
-
-dll: $(PROJECT_LIBRARY) exported_symbols
 
 .c.$O:
 	$(FT_COMPILE) $T$(subst /,$(COMPILER_SEP),$@ $<)