mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net/asterisk18: allow GEOLOCATION on powerpc64le
This commit is contained in:
parent
5b43274b35
commit
4419ce1de6
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,7 @@ OPTIONS_DEFINE_amd64= DAHDI GEOLOCATION
|
|||
OPTIONS_DEFINE_i386= DAHDI GEOLOCATION
|
||||
OPTIONS_DEFINE_powerpc= DAHDI
|
||||
OPTIONS_DEFINE_powerpc64= DAHDI
|
||||
OPTIONS_DEFINE_powerpc64le= DAHDI
|
||||
OPTIONS_DEFINE_powerpc64le= DAHDI GEOLOCATION
|
||||
OPTIONS_DEFAULT= CURL FREETDS GSM LUA MACRO MP3PLAYER NEWT ODBC OPUS MYSQL PGSQL \
|
||||
PJSIP PORTAUDIO RADIUS SNMP SPANDSP SPEEX SRTP URIPARSER \
|
||||
VORBIS XMLDOC
|
||||
|
@ -252,6 +252,8 @@ LLD_EMULATION= elf_i386
|
|||
LLD_EMULATION= elf_x86_64
|
||||
.elif ${ARCH} == aarch64
|
||||
LLD_EMULATION= aarch64elf
|
||||
.elif ${ARCH} == powerpc64le
|
||||
LLD_EMULATION= elf64lppc
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue