mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as BROKEN on non-i386.
Submitted by: maintainer Reported by: pointyhat via kris
This commit is contained in:
parent
e5d6a9e0d1
commit
9bc0142a9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149713
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ OPTIONS= MYSQL "MySQL support" on \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "the postgres module does not build on non-i386"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
MODULES+= mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue