diff options
author | mbr <mbr@FreeBSD.org> | 2002-11-04 13:47:14 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-11-04 13:47:14 +0800 |
commit | fa3cb9fe9c222a1e458ee3980867d57048c4ca31 (patch) | |
tree | a7e80ec0d7be1627880e1b808d28abf5ef192c8f /editors/openoffice.org-1.0 | |
parent | 7dd6805c44bf98d4d64a54313e9f622fd7cb2656 (diff) | |
download | freebsd-ports-graphics-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.tar.gz freebsd-ports-graphics-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.tar.zst freebsd-ports-graphics-fa3cb9fe9c222a1e458ee3980867d57048c4ca31.zip |
Mark rtld crash issue as fixed for current.
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 4b4b1efd39f..3577795e865 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" |