From 2a0415b45e5bd8353204138fa36c5843904f8f23 Mon Sep 17 00:00:00 2001
From: nork <nork@FreeBSD.org>
Date: Sun, 28 Dec 2003 05:32:26 +0000
Subject: Update a message if you don't enable libmap.conf(5) feature.

Asked by:	Mike Harding <mvh@ix.netcom.com>
---
 www/linuxpluginwrapper/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'www/linuxpluginwrapper')

diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index a1bc135..3121f4d 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
-- 
cgit v1.1