summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-04-28 10:29:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-04-28 10:29:48 +0000
commit8031032c1689dbf2912ca8583e9c549f97d46ad8 (patch)
treef7b8a7cd88dacc320733dd483c5793d29f05f858 /editors/openoffice-1.0
parentUpgrade to 2.4.1. (diff)
Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.
Notes
Notes: svn path=/head/; revision=79779
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/files/optpatch-vcl+util+makefile.pmk16
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice-1.0/files/optpatch-vcl+util+makefile.pmk b/editors/openoffice-1.0/files/optpatch-vcl+util+makefile.pmk
index 41341ff0b4e8..b9d899406bf0 100644
--- a/editors/openoffice-1.0/files/optpatch-vcl+util+makefile.pmk
+++ b/editors/openoffice-1.0/files/optpatch-vcl+util+makefile.pmk
@@ -1,11 +1,11 @@
---- ../vcl/util/makefile.pmk.orig Mon Aug 5 01:39:41 2002
-+++ ../vcl/util/makefile.pmk Mon Aug 5 01:40:03 2002
-@@ -64,7 +64,7 @@
- PROJECTPCHSOURCE=$(PRJ)$/util$/vclpch
- PDBTARGET=vcl
-
--.IF "$(OS)" != "MACOSX"
-+.IF "$(OS)" != "MACOSX" && "$(OS)" != "FREEBSD"
+--- ../vcl/util/makefile.pmk.orig Mon Apr 28 10:25:02 2003
++++ ../vcl/util/makefile.pmk Mon Apr 28 10:25:17 2003
+@@ -67,7 +67,7 @@
.IF "$(remote)" != ""
USE_BUILTIN_RASTERIZER=true
.ENDIF
+-.IF "$(GUI)" == "UNX"
++.IF "$(GUI)" == "UNX" && "$(OS)" != "FREEBSD"
+ USE_BUILTIN_RASTERIZER=true
+ .ENDIF
+