aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-04-16 19:18:26 +0800
committergarga <garga@FreeBSD.org>2007-04-16 19:18:26 +0800
commit5a75bf10c33244a54509e6a46ec09e12abc635ec (patch)
treecffd7111f7dd04e21ba63eeaf59e0e60142321f4
parent93f1c75bcff289c96194f046d4d3c6ee50b30eb4 (diff)
downloadfreebsd-ports-gnome-5a75bf10c33244a54509e6a46ec09e12abc635ec.tar.gz
freebsd-ports-gnome-5a75bf10c33244a54509e6a46ec09e12abc635ec.tar.zst
freebsd-ports-gnome-5a75bf10c33244a54509e6a46ec09e12abc635ec.zip
- Fix build with gethostbyname_r just after 601103 instead 600000
- Bump PORTREVISION Reported by: security <security@jim-liesl.org> Submitted by: Craig Butler <craig001@lerwick.hopto.org>
-rw-r--r--security/clamav/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 56653a5af6f6..22761b04984c 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -7,6 +7,7 @@
PORTNAME= clamav
PORTVERSION= 0.90.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF
@@ -97,7 +98,7 @@ PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 600000
+.if ${OSVERSION} < 601103
CONFIGURE_ARGS+= --disable-gethostbyname_r
.else
CONFIGURE_ARGS+= --enable-gethostbyname_r