diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-08-08 17:20:20 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-08-08 17:20:20 +0000 |
commit | 39acd1176757449ef7975b55ff5713363bfb3a5b (patch) | |
tree | 8111ae3b0e8b973a2cd5745feac3f5554c5f8677 /editors/openoffice/files/optpatch-vcl+util+makefile.pmk | |
parent | a59a8768d6a81767d4c87d27e7e247d282d6d034 (diff) | |
download | ports-39acd1176757449ef7975b55ff5713363bfb3a5b.tar.gz ports-39acd1176757449ef7975b55ff5713363bfb3a5b.zip |
Notes
Diffstat (limited to 'editors/openoffice/files/optpatch-vcl+util+makefile.pmk')
-rw-r--r-- | editors/openoffice/files/optpatch-vcl+util+makefile.pmk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice/files/optpatch-vcl+util+makefile.pmk b/editors/openoffice/files/optpatch-vcl+util+makefile.pmk new file mode 100644 index 000000000000..41341ff0b4e8 --- /dev/null +++ b/editors/openoffice/files/optpatch-vcl+util+makefile.pmk @@ -0,0 +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" + .IF "$(remote)" != "" + USE_BUILTIN_RASTERIZER=true + .ENDIF |