Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 01:06:06 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488036 - head/databases/mysql57-client
Message-ID:  <201812220106.wBM166rU057478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812220106.wBM166rU057478>