diff options
author | mbr <mbr@FreeBSD.org> | 2003-04-28 18:29:48 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-04-28 18:29:48 +0800 |
commit | 810d860ed99299fe3bd4db68c24b996ddfb0344a (patch) | |
tree | 6ea45f4e784bd614cb318f7af69974495d741b8c /editors | |
parent | 2dc6cf3533d695d63c9163ace2c3329d0c801b17 (diff) | |
download | freebsd-ports-gnome-810d860ed99299fe3bd4db68c24b996ddfb0344a.tar.gz freebsd-ports-gnome-810d860ed99299fe3bd4db68c24b996ddfb0344a.tar.zst freebsd-ports-gnome-810d860ed99299fe3bd4db68c24b996ddfb0344a.zip |
Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.
Diffstat (limited to 'editors')
3 files changed, 24 insertions, 24 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 + diff --git a/editors/openoffice.org-1.0/files/optpatch-vcl+util+makefile.pmk b/editors/openoffice.org-1.0/files/optpatch-vcl+util+makefile.pmk index 41341ff0b4e8..b9d899406bf0 100644 --- a/editors/openoffice.org-1.0/files/optpatch-vcl+util+makefile.pmk +++ b/editors/openoffice.org-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 + diff --git a/editors/openoffice/files/optpatch-vcl+util+makefile.pmk b/editors/openoffice/files/optpatch-vcl+util+makefile.pmk index 41341ff0b4e8..b9d899406bf0 100644 --- a/editors/openoffice/files/optpatch-vcl+util+makefile.pmk +++ b/editors/openoffice/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 + |