mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
security/openssl-devel: Fix index build failure on 9.x
- Old fmake doesn't know :U modifier
This commit is contained in:
parent
458dd17dfd
commit
8529e56233
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421034
@ -37,7 +37,7 @@ OPTIONS_DEFINE= SHARED THREADS ZLIB RFC3779 MAN3
|
||||
OPTIONS_DEFINE_${a}= EC
|
||||
OPTIONS_DEFAULT_${a}= EC
|
||||
.endfor
|
||||
.if ${TARGET_ARCH:U${MACHINE_ARCH}} == "mips64el"
|
||||
.if ${MACHINE_ARCH} == "mips64el"
|
||||
OPTIONS_DEFINE+= EC
|
||||
OPTIONS_DEFAULT+= EC
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user