svn commit: r488036 - head/databases/mysql57-client

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 01:06:07 UTC 2018


Author: linimon
Date: Sat Dec 22 01:06:06 2018
New Revision: 488036
URL: https://svnweb.freebsd.org/changeset/ports/488036

Log:
  Fix port not compiling on GCC-based architectures, because MySQL believed
  only that Clang was used on FreeBSD.
  
  PR:		234172
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/databases/mysql57-client/Makefile

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Sat Dec 22 01:02:37 2018	(r488035)
+++ head/databases/mysql57-client/Makefile	Sat Dec 22 01:06:06 2018	(r488036)
@@ -9,9 +9,6 @@ COMMENT=	Multithreaded SQL database (client)
 
 LICENSE+=	LGPL21
 
-BROKEN_powerpc64=	does not build: reports unsupported compiler
-BROKEN_sparc64=		does not build: reports unsupported compiler
-
 MASTERDIR=	${.CURDIR}/../mysql57-server
 
 PKGMESSAGE=	${.CURDIR}/pkg-message


More information about the svn-ports-all mailing list