aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2004-02-04 14:46:14 +0800
committernork <nork@FreeBSD.org>2004-02-04 14:46:14 +0800
commit3c9230dd9200bba4f53033531e7e3b79b97b75ee (patch)
tree71797ee9e1af385870cabd3f51201f2b37777ab0 /www
parent019cc4b7c9b7757f0e70637bf4bbe4f4c5cd6c2d (diff)
downloadfreebsd-ports-gnome-3c9230dd9200bba4f53033531e7e3b79b97b75ee.tar.gz
freebsd-ports-gnome-3c9230dd9200bba4f53033531e7e3b79b97b75ee.tar.zst
freebsd-ports-gnome-3c9230dd9200bba4f53033531e7e3b79b97b75ee.zip
o Update libmap.conf(5) check-version in pre-everything.
o make silence.
Diffstat (limited to 'www')
-rw-r--r--www/linuxpluginwrapper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile
index 156c1e25047d..8667586a7b5f 100644
--- a/www/linuxpluginwrapper/Makefile
+++ b/www/linuxpluginwrapper/Makefile
@@ -54,9 +54,9 @@ RTLD= /libexec/ld-elf.so.1
CFLAGS+= -DDEBUG=1
.endif
-.if ${OSVERSION} < 501107 && !defined(PACKAGE_BUILDING)
+.if (${OSVERSION} < 490102 || ${OSVERSION} >= 500000 && ${OSVERSION} < 501107) && !defined(PACKAGE_BUILDING)
pre-everything::
- if ! strings ${RTLD} | ${GREP} libmap.conf > /dev/null 2>&1; then \
+ @if ! strings ${RTLD} | ${GREP} libmap.conf > /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.'; \