diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-03-01 02:59:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-03-01 02:59:02 +0000 |
commit | 74602cc06a6003438aefc9082b2d694ec02f58e5 (patch) | |
tree | 4604d494a3576f26cf899ea70b8df035e0f48bc1 /editors/openoffice-3/Makefile | |
parent | Fix building after libtool changes (diff) |
Fix build when WITHOUT_MOZILLA is specified.
PR: 93698
Submitted by: Kirill Yelizarov <ykirill@yahoo.com>,
Bartosz Fabianowski <bartosz@fabianowski.de>
Approved by: portmgr(kris)
Notes
Notes:
svn path=/head/; revision=156914
Diffstat (limited to 'editors/openoffice-3/Makefile')
-rw-r--r-- | editors/openoffice-3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index 8beeb3dce2c3..0efd3fa80a13 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/Makefile @@ -144,6 +144,9 @@ EXTRA_PATCHES+= ${FILESDIR}/fbsd4-workaroundpatch .if defined(WITH_GNUGCJ) EXTRA_PATCHES+= ${FILESDIR}/gcj-cws_jaxpapi ${FILESDIR}/gcj-patches .endif +.if defined(WITHOUT_MOZILLA) +EXTRA_PATCHES+= ${FILESDIR}/moz-patch_i59729 #cws pj50 +.endif #.if defined(WITH_TTF_BYTECODE_ENABLED) #EXTRA_PATCHES+= ${FILESDIR}/optpatch-freetype #.endif |