diff options
author | linimon <linimon@FreeBSD.org> | 2017-04-02 02:16:18 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-04-02 02:16:18 +0800 |
commit | 033c0eabafe338b3af0d821a520b7d4db7c04b99 (patch) | |
tree | ee47ed9e844a72c72f5667aa6146aefefc6dc144 | |
parent | 0776612b24392fa6fb62e5bb6c7f3c3b9e1d7ac5 (diff) | |
download | freebsd-ports-gnome-033c0eabafe338b3af0d821a520b7d4db7c04b99.tar.gz freebsd-ports-gnome-033c0eabafe338b3af0d821a520b7d4db7c04b99.tar.zst freebsd-ports-gnome-033c0eabafe338b3af0d821a520b7d4db7c04b99.zip |
Now builds on powerpc64.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | databases/mysql56-client/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/mysql56-client/Makefile b/databases/mysql56-client/Makefile index 8071882371ee..c902cddefd4b 100644 --- a/databases/mysql56-client/Makefile +++ b/databases/mysql56-client/Makefile @@ -9,7 +9,6 @@ COMMENT= Multithreaded SQL database (client) LICENSE+= LGPL21 -BROKEN_powerpc64= Does not build BROKEN_sparc64= Does not build: reports unsupported compiler MASTERDIR= ${.CURDIR}/../mysql56-server |