aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-12-28 13:32:26 +0800
committernork <nork@FreeBSD.org>2003-12-28 13:32:26 +0800
commit2a0415b45e5bd8353204138fa36c5843904f8f23 (patch)
treed7452046fc648aa530c73b3d168b925d773d2e14 /www
parente3bbb369bbc05aedb6c21c30d508cdc0e8cac152 (diff)
downloadfreebsd-ports-gnome-2a0415b45e5bd8353204138fa36c5843904f8f23.tar.gz
freebsd-ports-gnome-2a0415b45e5bd8353204138fa36c5843904f8f23.tar.zst
freebsd-ports-gnome-2a0415b45e5bd8353204138fa36c5843904f8f23.zip
Update a message if you don't enable libmap.conf(5) feature.
Asked by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index a1bc13592072..3121f4d41ba3 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -57,6 +57,12 @@ CFLAGS+= -DDEBUG=1
pre-everything::
@if ! ${GREP} libmap.conf ${RTLD} > /dev/null 2>&1; then \
${ECHO_MSG} 'Please enable libmap.conf(5) feature for rtld(1).'; \
+ ${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} '5.1-RELEASE user:'; \
+ ${ECHO_MSG} ' Please see /usr/src/libexec/rtld-elf/Makefile.'; \
${FALSE}; \
fi
.endif