Revision: 7330
          http://sourceforge.net/p/ipcop/svn/7330
Author:   owes
Date:     2014-03-15 19:44:41 +0000 (Sat, 15 Mar 2014)
Log Message:
-----------
Fix non-working textfonts in diagrams after freetype 2.5.3 update.

Modified Paths:
--------------
    ipcop/trunk/lfs/freetype

Modified: ipcop/trunk/lfs/freetype
===================================================================
--- ipcop/trunk/lfs/freetype    2014-03-14 19:14:38 UTC (rev 7329)
+++ ipcop/trunk/lfs/freetype    2014-03-15 19:44:41 UTC (rev 7330)
@@ -91,7 +91,7 @@
 
        # Disabling modules reduce space, memory usage, reduce attack surface, 
...
        # Mostly remove other fonts support than truetype, but rrdtool is not 
very modular with regard to cairo ps, svg, pdf options
-       # compressed font (gzip, lzw, bzip2) support is only for pcf fonts
+       # compression (gzip only) is needed to avoid linker errors later
        # rddtool need ps support
        # -e 's:FONT_MODULES.*type1:# &:'
        # -e 's:HINTING_MODULES.*pshinter:# &:'
@@ -108,10 +108,8 @@
                                -e 's:FONT_MODULES.*winfonts:# &:'      \
                                -e 's:FONT_MODULES.*pcf:# &:'           \
                                -e 's:FONT_MODULES.*bdf:# &:'           \
-                               -e 's:FONT_MODULES.*sfnt:# &:'          \
                                -e 's:AUX_MODULES.*lzw:# &:'            \
                                -e 's:AUX_MODULES.*bzip2:# &:'          \
-                               -e 's:AUX_MODULES.*gzip:# &:'           \
                                -e 's:BASE_EXTENSIONS.*ftbdf.c:# &:'    \
                                -e 's:BASE_EXTENSIONS.*ftcid.c:# &:'    \
                                -e 's:BASE_EXTENSIONS.*ftfstype.c:# &:' \
@@ -120,7 +118,7 @@
 
        # Disable compression as only pcf font use that.
        # As a side effect, this correct 'gcc static flag -static works' test 
on 2.4.10 and before. This test is fixed after 2.4.10
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static 
--without-bzip2 --without-zlib
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static 
--without-bzip2 --with-zlib
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to