aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-11-25 01:24:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-11-25 01:24:13 +0000
commit022234ed2ad9d963711ef05a1d94e325b9d08e2e (patch)
treef1f6e8e9d7ad6c52ab8d94bee882020ed7b62347 /security
parent77f2a8c9ebbda0320dbbe1562dff67937bd623ea (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/squidclam/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/squidclam/Makefile b/security/squidclam/Makefile
index 514f4872abf0..54362535f83f 100644
--- a/security/squidclam/Makefile
+++ b/security/squidclam/Makefile
@@ -31,6 +31,11 @@ PLIST_FILES= bin/squidclam %%EXAMPLESDIR%%/squidclam.conf
PLIST_DIRS= %%EXAMPLESDIR%%
.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+BROKEN= Fails to compile: does not find pthread include file
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-e 's|%%PREFIX%%|${PREFIX}|g' \