Issue 82084 - SRC680_m231: psprint/source/fontmanager broken for system-freetype
Summary: SRC680_m231: psprint/source/fontmanager broken for system-freetype
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: 680m230
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: next build
Assignee: hdu@apache.org
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 08:11 UTC by pavel
Modified: 2007-10-05 16:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.