diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-22 09:06:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-22 09:06:06 +0800 |
commit | 16542539a635bc96e7ae09c1abdf1fec8c25a7af (patch) | |
tree | a571aa1a232f2b956283ce7973f340afc592c183 /databases | |
parent | 3f11f7f9fbdd3678fae88a6b81c47a726473ef6e (diff) | |
download | freebsd-ports-gnome-16542539a635bc96e7ae09c1abdf1fec8c25a7af.tar.gz freebsd-ports-gnome-16542539a635bc96e7ae09c1abdf1fec8c25a7af.tar.zst freebsd-ports-gnome-16542539a635bc96e7ae09c1abdf1fec8c25a7af.zip |
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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql57-client/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/databases/mysql57-client/Makefile b/databases/mysql57-client/Makefile index 75a0e5c3557e..9efc8da80d88 100644 --- a/databases/mysql57-client/Makefile +++ b/databases/mysql57-client/Makefile @@ -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 |