diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-04-20 00:05:41 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-04-20 00:05:41 +0000 |
commit | 40b9d8ff8ee64a37fbb723bc8bc66e3b833b0eac (patch) | |
tree | afed3b36bf6c2b700e2341db6af8324fd46f0ef2 /editors/openoffice.org-1.0/Makefile | |
parent | 0c83de0f1f22f261de59dc6bc704b62897e0ec2f (diff) | |
download | ports-40b9d8ff8ee64a37fbb723bc8bc66e3b833b0eac.tar.gz ports-40b9d8ff8ee64a37fbb723bc8bc66e3b833b0eac.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0/Makefile')
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 74704dca0375..dd1784e48c7d 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -306,7 +306,7 @@ pre-fetch: @${ECHO} "REQUIRED SYSTEM PATCHES:" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${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:" @@ -332,7 +332,7 @@ pre-fetch: @${ECHO} "http://people.freebsd.org/~mbr/ooo/rtld-deadlock.diff" @${ECHO} .endif -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 480000 @${ECHO} @${ECHO} "OO.org build can deadlock in regmerge. You can work around" @${ECHO} "this problem with this patch:" |