From f5ff1ad673c403a04d0a99e93d090ecf83b79229 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 5 Feb 2005 12:10:26 +0000 Subject: Provide patch for rtld.c both 4-series and 5-series and update the instruction Submitted by: marck --- editors/openoffice-1.1/files/Makefile.knobs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'editors/openoffice-1.1/files') diff --git a/editors/openoffice-1.1/files/Makefile.knobs b/editors/openoffice-1.1/files/Makefile.knobs index efb76fa8fd2f..cfc3757a9a31 100644 --- a/editors/openoffice-1.1/files/Makefile.knobs +++ b/editors/openoffice-1.1/files/Makefile.knobs @@ -31,9 +31,14 @@ pre-fetch: @${ECHO} @${ECHO} "WARNING" @${ECHO} "Your rtld seems to be old." - @${ECHO} "Please remake your rtld by:" - @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c" - @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c" + @${ECHO} "Please remake your rtld by: + @${ECHO} "[1] if you use 4-series:" + @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4" + @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4" + @${ECHO} "# make ; make depend ; make install" + @${ECHO} "[2] if you use 5-series:" + @${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng5" + @${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng5" @${ECHO} "# make ; make depend ; make install" @${ECHO} "AT YOUR OWN RISK!" .endif -- cgit v1.2.3