diff options
author | nork <nork@FreeBSD.org> | 2004-01-14 00:27:08 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-14 00:27:08 +0800 |
commit | fdd42beb42a162bebdc14315ddba2bb80ca11574 (patch) | |
tree | c424d269037b6b8913016f0e0311c5c588ec22f4 /www/linuxpluginwrapper | |
parent | ee0877d5d3545e6be40294dd7377e3d1fa76ed63 (diff) | |
download | freebsd-ports-gnome-fdd42beb42a162bebdc14315ddba2bb80ca11574.tar.gz freebsd-ports-gnome-fdd42beb42a162bebdc14315ddba2bb80ca11574.tar.zst freebsd-ports-gnome-fdd42beb42a162bebdc14315ddba2bb80ca11574.zip |
Clear how to apply a patch for 4-stable rtld-elf.
Submitted by: Andrew J Caines <A.J.Caines@halplant.com>
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}; \ |