shithub: freetype+ttf2subf

Download patch

ref: 017db03ec5e77a81910e5e5bc41d5d16eae14f64
parent: fba29fabb3c3892ccd8afc3a9c3988aaeb036dc8
author: Werner Lemberg <[email protected]>
date: Thu Oct 29 01:52:09 EDT 2015

* CMakeLists.txt: Remove code to set MSVC's /FD compiler switch.

Problem reported by David Capello <[email protected]>; see

  http://lists.nongnu.org/archive/html/freetype-devel/2015-10/msg00108.html

for details.

git/fs: mount .git/fs: mount/attach disallowed
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -330,12 +330,6 @@
 endif ()
 
 
-if (MSVC)
-  set_target_properties(freetype PROPERTIES
-    COMPILE_FLAGS /Fd"$(IntDir)$(TargetName).pdb")
-endif ()
-
-
 if (ZLIB_FOUND)
   target_link_libraries(freetype ${ZLIB_LIBRARIES})
   include_directories(${ZLIB_INCLUDE_DIRS})
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-10-29  Werner Lemberg  <[email protected]>
+
+	* CMakeLists.txt: Remove code to set MSVC's /FD compiler switch.
+
+	Problem reported by David Capello <[email protected]>; see
+
+	  http://lists.nongnu.org/archive/html/freetype-devel/2015-10/msg00108.html
+
+	for details.
+
 2015-10-27  Werner Lemberg  <[email protected]>
 
 	[pfr] Add some safety guards (#46302).