Author: delphij
Date: Sun Apr  5 03:26:40 2020
New Revision: 359639
URL: https://svnweb.freebsd.org/changeset/base/359639

Log:
  Workaround for GCC.

Modified:
  stable/12/lib/liblzma/config.h

Modified: stable/12/lib/liblzma/config.h
==============================================================================
--- stable/12/lib/liblzma/config.h      Sun Apr  5 02:45:54 2020        
(r359638)
+++ stable/12/lib/liblzma/config.h      Sun Apr  5 03:26:40 2020        
(r359639)
@@ -314,7 +314,9 @@
 
 /* Define to 1 if the GNU C extension __builtin_assume_aligned is supported.
    */
+#if defined(__clang__) && defined(__FreeBSD__)
 #define HAVE___BUILTIN_ASSUME_ALIGNED 1
+#endif
 
 /* Define to 1 if the GNU C extensions __builtin_bswap16/32/64 are supported.
    */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to