~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to debian/patches/0005-enable-llvm-jit-on-kfreebsd.patch

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 7997b1f57ae50c23956b07cc00a52e98c4071f4c Mon Sep 17 00:00:00 2001
 
2
From: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
 
3
Date: Wed, 7 May 2014 13:28:25 +0200
 
4
Subject: enable llvm/jit on kfreebsd
 
5
 
 
6
---
 
7
 libclamav/c++/configure.ac | 2 +-
 
8
 1 file changed, 1 insertion(+), 1 deletion(-)
 
9
 
 
10
diff --git a/libclamav/c++/configure.ac b/libclamav/c++/configure.ac
 
11
index 1c50ffd..20c0f4f 100644
 
12
--- a/libclamav/c++/configure.ac
 
13
+++ b/libclamav/c++/configure.ac
 
14
@@ -139,7 +139,7 @@ if test "$enable_llvm" = "auto"; then
 
15
     case "$target_cpu" in
 
16
        i?86|amd64|x86_64|powerpc*)
 
17
            case "$target_os" in
 
18
-               darwin*|freebsd*|openbsd*|netbsd*|dragonfly*|linux*|solaris*|win32*|mingw*)
 
19
+               darwin*|freebsd*|kfreebsd*|openbsd*|netbsd*|dragonfly*|linux*|solaris*|win32*|mingw*)
 
20
                    AC_MSG_RESULT([ok ($target_cpu-$target_os)])
 
21
                    ;;
 
22
                *)