aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-11-04 05:47:14 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-11-04 05:47:14 +0000
commit8899483a10a4ef11cd3fcbc010894f74e49f3274 (patch)
tree9508f487beb28836277b4fc3a416ed39a1a4a60c /editors/openoffice.org-1.0/Makefile
parent37f2224fa6a14520df830ae1daeba9b877daa347 (diff)
downloadports-8899483a10a4ef11cd3fcbc010894f74e49f3274.tar.gz
ports-8899483a10a4ef11cd3fcbc010894f74e49f3274.zip
Mark rtld crash issue as fixed for current.
Notes
Notes: svn path=/head/; revision=69437
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r--editors/openoffice.org-1.0/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index 4b4b1efd39fa..3577795e8653 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -249,12 +249,14 @@ pre-fetch:
@${ECHO}
@${ECHO} "REQUIRED SYSTEM PATCHES:"
@${ECHO}
+.if ${OSVERSION} < 500000
@${ECHO} "OO.org can crash if you enter a non existing path"
@${ECHO} "or URL in the location bar. To fix these crashes"
@${ECHO} "you need a uncommitted system patch for rtld:"
@${ECHO}
@${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-symlookup.diff"
@${ECHO}
+.endif
.if ${OSVERSION} < 460001
@${ECHO}
@${ECHO} "OO setup is broken on STABLE < 4.6"