summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-07-20 06:31:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-07-20 06:31:25 +0000
commit3d116f06787a9bb7ee790176082d93bc91495966 (patch)
treeccc164965daf99fc4b53a15fe49fc9470a0b6c44 /editors/openoffice.org-3-RC/files
parentUpdate to 4.67. (diff)
Fix build with SYSTEM_FREETYPE when devel/icu is
installed. PR: 121787 Submitted by: jkim
Notes
Notes: svn path=/head/; revision=217169
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i9186126
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i91861 b/editors/openoffice.org-3-RC/files/patch-i91861
new file mode 100644
index 000000000000..06602529f013
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-i91861
@@ -0,0 +1,26 @@
+? vcl/unxfbsdi.pro
+Index: vcl/source/glyphs/makefile.mk
+===================================================================
+RCS file: /cvs/gsl/vcl/source/glyphs/makefile.mk,v
+retrieving revision 1.13
+diff -u -r1.13 makefile.mk
+--- vcl/source/glyphs/makefile.mk 11 Apr 2008 08:59:18 -0000 1.13
++++ vcl/source/glyphs/makefile.mk 20 Jul 2008 03:14:41 -0000
+@@ -42,9 +42,17 @@
+ .INCLUDE : $(PRJ)$/util$/makefile2.pmk
+
+ .IF "$(SYSTEM_FREETYPE)" == "YES"
++.IF "$(OS)" != "FREEBSD"
+ CFLAGS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS)
++.ELSE
++ADDCDEFS+=-DSYSTEM_FREETYPE $(FREETYPE_CFLAGS)
++.ENDIF
+ .IF "$(USE_FT_EMBOLDEN)" == "YES"
++.IF "$(OS)" != "FREEBSD"
+ CFLAGS+=-DUSE_FT_EMBOLDEN
++.ELSE
++ADDCDEFS+=-DUSE_FT_EMBOLDEN
++.ENDIF
+ .ENDIF
+ .ENDIF
+