diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-05 04:19:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-05 04:19:23 +0000 |
commit | c7d0a9b5a72cee6856335b0af2c6daac8d66d530 (patch) | |
tree | 1f0a6cbb025e29306c3df354bdc9b956f2533a25 /editors/openoffice.org-3/Makefile | |
parent | 2f6310c437afb701d831df988865b394285388f5 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3/Makefile')
-rw-r--r-- | editors/openoffice.org-3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/Makefile b/editors/openoffice.org-3/Makefile index 91c3f47bd9db..d109abf5093c 100644 --- a/editors/openoffice.org-3/Makefile +++ b/editors/openoffice.org-3/Makefile @@ -171,6 +171,9 @@ WITHOUT_MOZILLA= yes LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost CONFIGURE_ARGS+= --with-system-boost=yes #i58343# .endif +.if (${OSVERSION} <= 700021) +EXTRA_PATCHES+= ${FILESDIR}/rtld-workaround-i66667 +.endif .if (${OSVERSION} <= 492000) EXTRA_PATCHES+= ${FILESDIR}/fbsd4-workaroundpatch .endif |