diff options
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}; \ |