- Unbreak build on mips, gold is not build there
PR: 196027 Submitted by: amdmi3 Approved by: bapt
This commit is contained in:
parent
c83b5d1803
commit
caf35a8b6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374957
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ NLS_CONFIGURE_ENABLE= nls
|
|||
.include <bsd.port.options.mk>
|
||||
|
||||
# Actual earliest version may differ slightly
|
||||
.if ${ARCH} != ia64 && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX)
|
||||
.if ${ARCH} != ia64 && ${ARCH} != mips && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX)
|
||||
CONFIGURE_ARGS+= --enable-gold --enable-plugins
|
||||
PLIST_SUB+= GOLD=""
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue