summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-02-05 12:10:26 +0000
committermaho <maho@FreeBSD.org>2005-02-05 12:10:26 +0000
commit1de734133cb0b048913119e3136bf056f44051b1 (patch)
tree8686c5d419a73f661748ec67cbea3f42abe82f41 /editors/openoffice-3
parent521d89fb265f82c9b65771aef46c95bc8064c697 (diff)
downloadFreeBSD-ports-1de734133cb0b048913119e3136bf056f44051b1.zip
FreeBSD-ports-1de734133cb0b048913119e3136bf056f44051b1.tar.gz
Provide patch for rtld.c both 4-series and 5-series
and update the instruction Submitted by: marck
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/Makefile.knobs11
1 files changed, 8 insertions, 3 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs
index 0fd696f..9315fdd 100644
--- a/editors/openoffice-3/files/Makefile.knobs
+++ b/editors/openoffice-3/files/Makefile.knobs
@@ -36,9 +36,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
OpenPOWER on IntegriCloud