No subject


Wed Nov 14 13:37:45 EST 2007


patches (5.0.3/5.3, 5.7). 

Can I apply them? 

Markus


--bajzpZikUji1w+G9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="grass-5.0.3-configure-freetype-fix.patch"

--- grass-5.0.3/configure.in.orig	2003-03-16 14:25:19.000000000 +0200
+++ grass-5.0.3/configure.in	2004-05-05 15:57:21.009872944 +0200
@@ -1054,7 +1054,7 @@
 
 LOC_CHECK_INC_PATH(freetype,FreeType,FTINC)
 
-LOC_CHECK_INCLUDES(freetype/freetype.h,FreeType,$FTINC)
+LOC_CHECK_INCLUDES(ft2build.h,FreeType,$FTINC)
 
 # With FreeType library directory
 

--bajzpZikUji1w+G9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="grass-57-freetype-includes-fix.patch"

--- grass-5.0.3/configure.in.orig	2003-03-16 14:25:19.000000000 +0200
+++ grass-5.0.3/configure.in	2004-05-05 15:57:21.009872944 +0200
@@ -1054,7 +1054,7 @@
 
 LOC_CHECK_INC_PATH(freetype,FreeType,FTINC)
 
-LOC_CHECK_INCLUDES(freetype/freetype.h,FreeType,$FTINC)
+LOC_CHECK_INCLUDES(ft2build.h,FreeType,$FTINC)
 
 # With FreeType library directory
 
--- grass51_exp_2004_05_05/display/d.text.freetype/main.c~	2004-01-29 06:25:43.000000000 +0200
+++ grass51_exp_2004_05_05/display/d.text.freetype/main.c	2004-06-20 01:43:00.000000000 +0200
@@ -30,6 +30,7 @@
 #include <iconv.h>
 #endif
 
+#include <ft2build.h>
 #include <freetype/freetype.h>
 #include "gis.h"
 #include "display.h"

--bajzpZikUji1w+G9--




More information about the grass-dev mailing list