svn commit: r508836 - head/databases/percona-pam-for-mysql

Piotr Kubaj pkubaj at FreeBSD.org
Tue Aug 13 16:02:42 UTC 2019


Author: pkubaj
Date: Tue Aug 13 16:02:41 2019
New Revision: 508836
URL: https://svnweb.freebsd.org/changeset/ports/508836

Log:
  databases/percona-pam-for-mysql: unbreak on powerpc64
  
  Builds now fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/databases/percona-pam-for-mysql/Makefile

Modified: head/databases/percona-pam-for-mysql/Makefile
==============================================================================
--- head/databases/percona-pam-for-mysql/Makefile	Tue Aug 13 16:01:59 2019	(r508835)
+++ head/databases/percona-pam-for-mysql/Makefile	Tue Aug 13 16:02:41 2019	(r508836)
@@ -11,8 +11,6 @@ BROKEN_armv6=		fails to compile: cannot combine with p
 BROKEN_armv7=		fails to compile: cannot combine with previous 'type-name' declaration specifier
 BROKEN_mips=		fails to configure: CMake Error: Generator: execution of make failed
 BROKEN_mips64=		fails to configure: CMake Error: Generator: execution of make failed
-NOT_FOR_ARCHS=		powerpc64
-NOT_FOR_ARCHS_REASON=	unsupported platform
 
 MASTERDIR=	${.CURDIR}/../percona56-server
 


More information about the svn-ports-head mailing list