diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-11-04 05:47:14 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-11-04 05:47:14 +0000 |
commit | 8899483a10a4ef11cd3fcbc010894f74e49f3274 (patch) | |
tree | 9508f487beb28836277b4fc3a416ed39a1a4a60c /editors | |
parent | 37f2224fa6a14520df830ae1daeba9b877daa347 (diff) | |
download | ports-8899483a10a4ef11cd3fcbc010894f74e49f3274.tar.gz ports-8899483a10a4ef11cd3fcbc010894f74e49f3274.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 4b4b1efd39fa..3577795e8653 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-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" 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" diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 4b4b1efd39fa..3577795e8653 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/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" |