freebsd-ports/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads
John Marino 8326b6873a security/libsparkcrypto: Fix on i386
The source was trying to perform nested inlines on i386 which is no
longer allowed by GCC5.

Reported by:	pkg-fallout
2015-07-05 09:11:52 +00:00

9 lines
295 B
Ada

--- src/shared/generic/lsc-byteswap64.ads.orig 2015-07-05 09:06:26 UTC
+++ src/shared/generic/lsc-byteswap64.ads
@@ -44,6 +44,5 @@ package LSC.Byteswap64 is
-- Byte-swap @Value@
function Swap (Value : Types.Word64) return Types.Word64;
- pragma Inline (Swap);
end LSC.Byteswap64;