Disable dependency on firebird for tier-2 archs. There is work underway

to fix firebird on those archs but it is not complete.

This unbreaks several dozen ports on tier-2.

PR:		216943
Submitted by:	linimon
Reviewed by:	mat (only this file)
This commit is contained in:
Mark Linimon 2017-05-14 06:52:09 +00:00
parent 26da23bf37
commit 9c098e1413
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440865

View File

@ -25,6 +25,15 @@ BOOST_DESC= Enable support for additional types using Boost
OPTIONS_DEFAULT=MYSQL PGSQL SQLITE ODBC BOOST FIREBIRD
OPTIONS_SUB= yes
# firebird is currently only available on x86.
OPTIONS_EXCLUDE_aarch64= FIREBIRD
OPTIONS_EXCLUDE_armv6= FIREBIRD
OPTIONS_EXCLUDE_mips= FIREBIRD
OPTIONS_EXCLUDE_mips64= FIREBIRD
OPTIONS_EXCLUDE_powerpc= FIREBIRD
OPTIONS_EXCLUDE_powerpc64= FIREBIRD
OPTIONS_EXCLUDE_sparc64= FIREBIRD
MYSQL_USE= MYSQL=yes
MYSQL_CMAKE_ON= -DWITH_MYSQL:BOOL=ON
MYSQL_CMAKE_OFF= -DWITH_MYSQL:BOOL=OFF