mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Add missing &&
This commit is contained in:
parent
ec0cbff112
commit
364d4f89b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421141
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ NLS_CONFIGURE_ENABLE= nls
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Actual earliest version may differ slightly
|
||||
.if ${ARCH} != powerpc && ${ARCH} != powerpc64 ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
|
||||
.if ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != ia64 && ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
|
||||
CONFIGURE_ARGS+= --enable-gold --enable-plugins
|
||||
PLIST_SUB+= GOLD=""
|
||||
.else
|
||||
|
|
Loading…
Add table
Reference in a new issue