ports/121787: Patch for OpenOffice.org to fix icu-3.8 breakage,
as well as -CURRENT diablo-jdk breakage
Jung-uk Kim
jkim at FreeBSD.org
Thu Jun 26 19:00:09 UTC 2008
The following reply was made to PR ports/121787; it has been noted by GNATS.
From: Jung-uk Kim <jkim at FreeBSD.org>
To: bug-followup at FreeBSD.org
Cc: freebsd-openoffice at FreeBSD.org,
Marcin Cieslak <saper at system.pl>
Subject: Re: ports/121787: Patch for OpenOffice.org to fix icu-3.8 breakage, as well as -CURRENT diablo-jdk breakage
Date: Thu, 26 Jun 2008 14:54:26 -0400
--Boundary-00=_lX+YIjvzeRgndSy
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
I think the attached patch should fix build with system Freetype2 and
internal ICU 3.6 build problem. Please test.
Thanks,
Jung-uk Kim
--Boundary-00=_lX+YIjvzeRgndSy
Content-Type: text/x-diff;
charset="iso-8859-1";
name="ooo-vcl-ft2-icu.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="ooo-vcl-ft2-icu.diff"
--- vcl/source/glyphs/makefile.mk.orig 2008-06-26 14:06:46.000000000 -0400
+++ vcl/source/glyphs/makefile.mk 2008-06-26 14:33:28.000000000 -0400
@@ -42,9 +42,9 @@
.INCLUDE : $(PRJ)$/util$/makefile2.pmk
.IF "$(SYSTEM_FREETYPE)" == "YES"
-CFLAGS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS)
+ADDCDEFS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS)
.IF "$(USE_FT_EMBOLDEN)" == "YES"
-CFLAGS+=-DUSE_FT_EMBOLDEN
+ADDCDEFS+=-DUSE_FT_EMBOLDEN
.ENDIF
.ENDIF
--Boundary-00=_lX+YIjvzeRgndSy--
More information about the freebsd-openoffice
mailing list