svn commit: r549772 - head/databases/soci

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:21:52 UTC 2020


Author: linimon
Date: Wed Sep 23 18:21:51 2020
New Revision: 549772
URL: https://svnweb.freebsd.org/changeset/ports/549772

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/soci/Makefile

Modified: head/databases/soci/Makefile
==============================================================================
--- head/databases/soci/Makefile	Wed Sep 23 18:19:55 2020	(r549771)
+++ head/databases/soci/Makefile	Wed Sep 23 18:21:51 2020	(r549772)
@@ -32,6 +32,7 @@ OPTIONS_EXCLUDE_mips=		FIREBIRD
 OPTIONS_EXCLUDE_mips64=		FIREBIRD
 OPTIONS_EXCLUDE_powerpc=	FIREBIRD
 OPTIONS_EXCLUDE_powerpc64=	FIREBIRD
+OPTIONS_EXCLUDE_powerpc64le=	FIREBIRD
 OPTIONS_EXCLUDE_sparc64=	FIREBIRD
 
 MYSQL_USES=	mysql


More information about the svn-ports-all mailing list