git: 4419ce1de64f - main - net/asterisk18: allow GEOLOCATION on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:57:40 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4419ce1de64f4201832a9873cec9290fa728c1f0
commit 4419ce1de64f4201832a9873cec9290fa728c1f0
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-22 22:15:32 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:10 +0000
net/asterisk18: allow GEOLOCATION on powerpc64le
---
net/asterisk18/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile
index 7da4c2b8f52f..7f35182f0889 100644
--- a/net/asterisk18/Makefile
+++ b/net/asterisk18/Makefile
@@ -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