diff options
Diffstat (limited to 'security/p5-SAVI-Perl/files/patch-sav_if:s_comput.h')
-rw-r--r-- | security/p5-SAVI-Perl/files/patch-sav_if:s_comput.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/p5-SAVI-Perl/files/patch-sav_if:s_comput.h b/security/p5-SAVI-Perl/files/patch-sav_if:s_comput.h new file mode 100644 index 00000000000..425aea1d2b9 --- /dev/null +++ b/security/p5-SAVI-Perl/files/patch-sav_if:s_comput.h @@ -0,0 +1,11 @@ +--- sav_if/s_comput.h.orig 2009-09-18 21:22:27.000000000 +0900 ++++ sav_if/s_comput.h 2009-09-18 21:22:52.000000000 +0900 +@@ -642,7 +642,7 @@ + * Hardware platform. + */ + +-# if defined(__i386__) ++# if defined(__i386__) || defined(__amd64__) + # define __SOPHOS_I386__ + # elif (defined(__hppa__) && defined(_PA_RISC1_1)) + # define __SOPHOS_HP_PA__ |