diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-05 06:31:20 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-05 06:31:20 +0800 |
commit | 965673f91ba914944db43716a03f5dc41083429e (patch) | |
tree | 1b5479a40a649ce3adcdba619978aa366897c738 /editors/openoffice/Makefile | |
parent | 51529e522e2ded97fcec5cd1a4f738d5f11f08d1 (diff) | |
download | freebsd-ports-gnome-965673f91ba914944db43716a03f5dc41083429e.tar.gz freebsd-ports-gnome-965673f91ba914944db43716a03f5dc41083429e.tar.zst freebsd-ports-gnome-965673f91ba914944db43716a03f5dc41083429e.zip |
1) Change notice about a system patch. Matt did fix this in 4.6 STABLE.
2) Add another needed system patch notice to avoid deadlocks.
Obtained from 1) Jesse Gross <jesse_gross@yahoo.com>
2) Alexander Kabaev <ak03@gte.com>
John Polstra <jdp@polstra.com>
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r-- | editors/openoffice/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 5b066f3c22ee..cbefad374dc4 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -142,15 +142,25 @@ CONFIGURE_ARGS+= --enable-gcc3 .endif pre-fetch: -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 460001 @${ECHO} - @${ECHO} OO setup is currently broken on STABLE + @${ECHO} OO setup is broken on STABLE < 4.6 + @${ECHO} including 4.6 RELEASE. @${ECHO} You'll need a system patch to solve + @${ECHO} @${ECHO} this problem: @${ECHO} @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf.diff @${ECHO} .endif + @${ECHO} + @${ECHO} OO.org build and also OO.org itself + @${ECHO} can deadlock. You can work around + @${ECHO} this problem with this patch: + @${ECHO} + @${ECHO} http://people.freebsd.org/~mbr/patches/rtld-elf-patch2.diff + @${ECHO} + @${ECHO} .if !defined(USE_GCC) || !defined(WITH_DEBUG) @${ECHO} @${ECHO} OPTIONS: |