diff options
author | nork <nork@FreeBSD.org> | 2004-02-04 14:46:14 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-02-04 14:46:14 +0800 |
commit | 3c9230dd9200bba4f53033531e7e3b79b97b75ee (patch) | |
tree | 71797ee9e1af385870cabd3f51201f2b37777ab0 /www | |
parent | 019cc4b7c9b7757f0e70637bf4bbe4f4c5cd6c2d (diff) | |
download | freebsd-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/Makefile | 4 |
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.'; \ |