svn commit: r450624 - head/www/firefox/files
Jan Beich
jbeich at FreeBSD.org
Mon Sep 25 17:23:00 UTC 2017
Author: jbeich
Date: Mon Sep 25 17:22:59 2017
New Revision: 450624
URL: https://svnweb.freebsd.org/changeset/ports/450624
Log:
www/firefox: oops, drop redundant check
Modified:
head/www/firefox/files/patch-bug1388744 (contents, props changed)
Modified: head/www/firefox/files/patch-bug1388744
==============================================================================
--- head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:19:37 2017 (r450623)
+++ head/www/firefox/files/patch-bug1388744 Mon Sep 25 17:22:59 2017 (r450624)
@@ -8,7 +8,7 @@ Unbreak pingsender build on Tier3 archs
/* The size of `long', as computed by sizeof. */
-#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
- defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
-+#if defined(_M_X64) || (defined(__LP64__) && !defined(__ILP32__))
++#if defined(_M_X64) || defined(__LP64__)
#define CURL_SIZEOF_LONG 8
#else
#define CURL_SIZEOF_LONG 4
More information about the svn-ports-head
mailing list