diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-10-16 12:30:24 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-10-16 12:30:24 +0000 |
commit | aa535013fa5ddd2388118fbf6274ecea9f326d2e (patch) | |
tree | e80a7c123e25a22a6d084af3b60793878e5b728a /editors/openoffice.org-3-RC/Makefile | |
parent | Update to 14.2.1 (diff) |
Remove two knobs WITH_SYSTEM_FREETYPE and WITH_TTF_BYTECODE_ENABLED.
Since OOO300_m1 and DEV300_m30, OOo no longer ship a
private copy of libfreetype.so (CWS rmfreetype).
See also http://www.openoffice.org/issues/show_bug.cgi?id=52025 ,
http://www.openoffice.org/issues/show_bug.cgi?id=52026
and http://external.openoffice.org/source/browse/external/freetype/makefile.mk?hideattic=0&rev=1.28&view=log
.
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index c601d8090a07..963e8c5ee91e 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -158,9 +158,6 @@ EXTRA_PATCHES+= ${FILESDIR}/amd64-gcc42-workaround .if (${OSVERSION} <= 602102) EXTRA_PATCHES+= ${FILESDIR}/rtld-workaround-i66667 .endif -.if !defined(WITH_SYSTEM_FREETYPE) && defined(WITH_TTF_BYTECODE_ENABLED) -EXTRA_PATCHES+= ${FILESDIR}/optpatch-freetype -.endif ICONS= ${WRKSRC}/sysui/desktop/icons |