aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-05-05 00:08:10 +0800
committergarga <garga@FreeBSD.org>2010-05-05 00:08:10 +0800
commit8060a4ca51368667155793aa3fcfd3354609c0af (patch)
tree00c22486a751e1caa72351e1cc6ee396217fc6bc /security/clamav
parent3b781cb2a5c3c92369c7ced74e269a64ef08bd6a (diff)
downloadfreebsd-ports-gnome-8060a4ca51368667155793aa3fcfd3354609c0af.tar.gz
freebsd-ports-gnome-8060a4ca51368667155793aa3fcfd3354609c0af.tar.zst
freebsd-ports-gnome-8060a4ca51368667155793aa3fcfd3354609c0af.zip
Disable LLVM/JIT build for sparc64, it should unbreak it on this arch
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index 38518c9ec033..9be9e8b9c200 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -136,7 +136,7 @@ USE_ICONV= yes
CONFIGURE_ARGS+=--without-iconv
.endif
-.if defined(WITH_LLVM)
+.if defined(WITH_LLVM) && ${ARCH} != "sparc64"
CONFIGURE_ARGS+=--enable-llvm
USE_PYTHON_BUILD= yes
USE_GMAKE= yes