mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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:
parent
26da23bf37
commit
9c098e1413
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440865
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user