diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-07 05:54:38 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-07 05:54:38 +0800 |
commit | 472d1d8ab9d09544c616d9e347c045e95d09fc99 (patch) | |
tree | ad44c7356eaf087484e9c2170292b7510f99ebae /editors/openoffice | |
parent | 4d7653528f68bf306ec3e67643fe605e920706e6 (diff) | |
download | freebsd-ports-gnome-472d1d8ab9d09544c616d9e347c045e95d09fc99.tar.gz freebsd-ports-gnome-472d1d8ab9d09544c616d9e347c045e95d09fc99.tar.zst freebsd-ports-gnome-472d1d8ab9d09544c616d9e347c045e95d09fc99.zip |
The RTLD deadlock problem has been fixed in CURRENT.
Diffstat (limited to 'editors/openoffice')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index bc735c1270ee..d883b1f08762 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -153,6 +153,7 @@ pre-fetch: @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} .endif +.if ${OSVERSION} < 500000 @${ECHO} @${ECHO} OO.org build and also OO.org itself @${ECHO} can deadlock. You can work around @@ -161,6 +162,7 @@ pre-fetch: @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf-patch2.diff @${ECHO} @${ECHO} +.endif .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: |