Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2020 23:02:17 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537108 - head/security/afl++/files
Message-ID:  <202005302302.04UN2HAb033169@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005302302.04UN2HAb033169>