summaryrefslogblamecommitdiffstats
path: root/patches/source/freetype/freetype.illadvisederror.diff
blob: b0a33694af9b7c5be0d29457c6c736f3c02ac99f (plain) (tree)






























                                                                                   
diff -Nur freetype-2.5.3.orig/include/freetype.h freetype-2.5.3/include/freetype.h
--- freetype-2.5.3.orig/include/freetype.h	2014-03-06 12:10:31.661681917 -0600
+++ freetype-2.5.3/include/freetype.h	2014-05-12 01:41:42.002526416 -0500
@@ -20,13 +20,20 @@
 #define __FREETYPE_H__
 
 
-#ifndef FT_FREETYPE_H
-#error "`ft2build.h' hasn't been included yet!"
-#error "Please always use macros to include FreeType header files."
-#error "Example:"
-#error "  #include <ft2build.h>"
-#error "  #include FT_FREETYPE_H"
-#endif
+/***************************************************************************/
+/*                                                                         */
+/* If you think breaking almost 100% of all source that links with         */
+/* freetype (anything using a configure file for sure) is a good idea,     */
+/* then feel free to uncomment this block.                                 */
+/*                                                                         */
+/* #ifndef FT_FREETYPE_H                                                   */
+/* #error "`ft2build.h' hasn't been included yet!"                         */
+/* #error "Please always use macros to include FreeType header files."     */
+/* #error "Example:"                                                       */
+/* #error "  #include <ft2build.h>"                                        */
+/* #error "  #include FT_FREETYPE_H"                                       */
+/* #endif                                                                  */
+/***************************************************************************/
 
 
 #include <ft2build.h>