diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-24 02:21:51 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-24 02:21:51 +0800 |
commit | 4ae2915537c913e9e17c36964332dad7af75fe8c (patch) | |
tree | 8d11a1ec36345d7c848754adecbd195142a90d17 | |
parent | 68319a90db7104739ff7934020138e3ffe6f56f3 (diff) | |
download | freebsd-ports-gnome-4ae2915537c913e9e17c36964332dad7af75fe8c.tar.gz freebsd-ports-gnome-4ae2915537c913e9e17c36964332dad7af75fe8c.tar.zst freebsd-ports-gnome-4ae2915537c913e9e17c36964332dad7af75fe8c.zip |
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | databases/soci/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/soci/Makefile b/databases/soci/Makefile index eaf83b34fc36..b5a387739a28 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -32,6 +32,7 @@ OPTIONS_EXCLUDE_mips= FIREBIRD OPTIONS_EXCLUDE_mips64= FIREBIRD OPTIONS_EXCLUDE_powerpc= FIREBIRD OPTIONS_EXCLUDE_powerpc64= FIREBIRD +OPTIONS_EXCLUDE_powerpc64le= FIREBIRD OPTIONS_EXCLUDE_sparc64= FIREBIRD MYSQL_USES= mysql |