Issue 82084

Summary: SRC680_m231: psprint/source/fontmanager broken for system-freetype
Product: gsl Reporter: pavel
Component: codeAssignee: hdu <hdu>
Status: CLOSED FIXED QA Contact: issues@gsl <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues
Version: 680m230   
Target Milestone: next build   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description pavel 2007-09-29 08:11:23 UTC
Hi,

when compiling with system freetype, the build fails because it can't find freetype headers:

oo@octopus:~/BuildDir/ooo_SRC680_m231_src/psprint/source/fontmanager> diff -u makefile.mk~ 
makefile.mk
--- makefile.mk~        2007-09-29 09:05:38.000000000 +0200
+++ makefile.mk 2007-09-29 09:05:38.000000000 +0200
@@ -49,6 +49,10 @@
 CDEFS += -DENABLE_FONTCONFIG
 .ENDIF
 
+.IF "$(SYSTEM_FREETYPE)" == "YES"
+CFLAGS+=$(FREETYPE_CFLAGS)
+.ENDIF
+
 # --- Files --------------------------------------------------------
 
 .IF "$(GUIBASE)"=="aqua"
Comment 1 philipp.lohmann 2007-10-01 07:59:42 UTC
pl->hdu: seems ok to me
Comment 2 hdu@apache.org 2007-10-01 09:06:50 UTC
Applied the patch for next master workspace (SRC680_m232).
@pjanik: thanks for the patch!
Comment 3 hdu@apache.org 2007-10-04 10:10:14 UTC
@pjanik: please mark this issue as "verified" if ok
Comment 4 hdu@apache.org 2007-10-04 10:12:36 UTC
@pjanik: please mark this issue as verified if ok
Comment 5 pavel 2007-10-05 16:02:34 UTC
Verified, closing.