svn commit: r449129 - head/databases/redis-devel

Antoine Brodin antoine at FreeBSD.org
Sat Sep 2 11:58:15 UTC 2017


Author: antoine
Date: Sat Sep  2 11:58:14 2017
New Revision: 449129
URL: https://svnweb.freebsd.org/changeset/ports/449129

Log:
  redis-devel fails to build on 11.0 i386 and head i386 too
  
  Reported by:	pkg-fallout

Modified:
  head/databases/redis-devel/Makefile

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Sat Sep  2 11:53:47 2017	(r449128)
+++ head/databases/redis-devel/Makefile	Sat Sep  2 11:58:14 2017	(r449129)
@@ -12,7 +12,7 @@ COMMENT=	Persistent key-value database with built-in n
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN_FreeBSD_10_i386=	undefined reference to __atomic_fetch_add_8
+BROKEN_i386=	undefined reference to __atomic_fetch_add_8
 
 USES=		execinfo
 


More information about the svn-ports-all mailing list