diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-13 16:27:08 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-13 16:27:08 +0000 |
commit | d3522f677233781ac1f919319e47ec948041c0ce (patch) | |
tree | c453edc9aa35e6980437b934bf3794015e4c83ef /www/linuxpluginwrapper | |
parent | e5ea7ae943aacb57dcfae1c648ee60d9adf28eea (diff) | |
download | ports-d3522f677233781ac1f919319e47ec948041c0ce.tar.gz ports-d3522f677233781ac1f919319e47ec948041c0ce.zip |
Notes
Diffstat (limited to 'www/linuxpluginwrapper')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 37acb7ce3a73..156c1e25047d 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -61,7 +61,9 @@ pre-everything:: ${ECHO_MSG} '4-stable user:'; \ ${ECHO_MSG} ' You can get a following patch.'; \ ${ECHO_MSG} ' http://people.FreeBSD.org/~nork/libmap_4stable.diff'; \ - ${ECHO_MSG} ' Please apply on /usr/src and make install on /usr/src/libexec/rtld-elf.'; \ + ${ECHO_MSG} ' Please apply on /usr/src and make install on /usr/src/libexec/rtld-elf:'; \ + ${ECHO_MSG} ' # cd /usr/src ; patch -p0 < /tmp/libmap_4stable.diff'; \ + ${ECHO_MSG} ' # cd libexec/rtld-elf ; make clean all install'; \ ${ECHO_MSG} '5.1-RELEASE user:'; \ ${ECHO_MSG} ' Please see /usr/src/libexec/rtld-elf/Makefile.'; \ ${FALSE}; \ |