ports/security/p5-SAVI-Perl/files/patch-sav__if_s__comput.h
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
300 B
C

--- sav_if/s_comput.h.orig 2004-11-16 20:59:20 UTC
+++ sav_if/s_comput.h
@@ -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__