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-RC/Makefile | |
parent | - Enable terminfo again, can be turned off via WITHOUT_TERMINFO [1] (diff) |
The rtld behaviour of FreeBSD >=700022 is now same as Solaris, and
workaround is pushed into rtld-workaround-i66667.
Submitted by: jkim
Diffstat (limited to 'editors/openoffice.org-3-RC/Makefile')
-rw-r--r-- | editors/openoffice.org-3-RC/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/Makefile b/editors/openoffice.org-3-RC/Makefile index 7d287326b467..fc0b00337d7f 100644 --- a/editors/openoffice.org-3-RC/Makefile +++ b/editors/openoffice.org-3-RC/Makefile @@ -28,7 +28,7 @@ EXTRACT_ONLY= ${OOOSRC} MAINTAINER= openoffice@FreeBSD.org COMMENT?= Integrated wordprocessor/dbase/spreadsheet/drawing/chart/browser(release branch) -IGNORE= Please use editors/openoffice.org-2 +#IGNORE= Please use editors/openoffice.org-2 NO_LATEST_LINK= yes USE_GNOME= gtk20 @@ -173,6 +173,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 |