diff options
author | garga <garga@FreeBSD.org> | 2010-05-05 00:08:10 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-05-05 00:08:10 +0800 |
commit | 8060a4ca51368667155793aa3fcfd3354609c0af (patch) | |
tree | 00c22486a751e1caa72351e1cc6ee396217fc6bc /security/clamav | |
parent | 3b781cb2a5c3c92369c7ced74e269a64ef08bd6a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |