svn commit: r537108 - head/security/afl++/files

Piotr Kubaj pkubaj at FreeBSD.org
Sat May 30 23:02:17 UTC 2020


Author: pkubaj
Date: Sat May 30 23:02:16 2020
New Revision: 537108
URL: https://svnweb.freebsd.org/changeset/ports/537108

Log:
  security/afl++: fix build on non-amd64
  
  powerpc64 and aarch64 needs it too. mips64 probably as well.
  
  PR:		246761
  Approved by:	tobik (maintainer)

Added:
  head/security/afl++/files/patch-include_types.h   (contents, props changed)

Added: head/security/afl++/files/patch-include_types.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/afl++/files/patch-include_types.h	Sat May 30 23:02:16 2020	(r537108)
@@ -0,0 +1,14 @@
+--- include/types.h.orig	2020-05-30 22:59:57 UTC
++++ include/types.h
+@@ -46,11 +46,7 @@ typedef uint32_t u32;
+ 
+  */
+ 
+-#ifdef __x86_64__
+ typedef unsigned long long u64;
+-#else
+-typedef uint64_t u64;
+-#endif                                                       /* ^__x86_64__ */
+ 
+ typedef int8_t  s8;
+ typedef int16_t s16;


More information about the svn-ports-head mailing list