diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 08:16:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 08:16:33 +0800 |
commit | 67ea34782aaeb83ec9249462b2b2173d4075f098 (patch) | |
tree | 2a613c94b980ee2e79c29f9b01b5da8b61477ccd /security | |
parent | 853bc8828fefcb26fc5d158c23673fd2784056ee (diff) | |
download | freebsd-ports-gnome-67ea34782aaeb83ec9249462b2b2173d4075f098.tar.gz freebsd-ports-gnome-67ea34782aaeb83ec9249462b2b2173d4075f098.tar.zst freebsd-ports-gnome-67ea34782aaeb83ec9249462b2b2173d4075f098.zip |
FORBIDDEN on 502102: Links against libc_r and libpthread
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 6df2088ab996..fc760fa11b85 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -71,6 +71,10 @@ SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Links against conflicting thread libraries" +.endif + USE_RC_SUBR= yes RC_DIR= ${PREFIX}/etc/rc.d RC_SUFX= .sh |