From 8060a4ca51368667155793aa3fcfd3354609c0af Mon Sep 17 00:00:00 2001 From: garga Date: Tue, 4 May 2010 16:08:10 +0000 Subject: Disable LLVM/JIT build for sparc64, it should unbreak it on this arch --- security/clamav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/clamav') 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 -- cgit