git: 5b43274b35e2 - main - net/asterisk20: allow GEOLOCATION on powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:57:39 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b43274b35e2d50092e47f16d16291ed643898dd commit 5b43274b35e2d50092e47f16d16291ed643898dd Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-22 20:06:03 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:08 +0000 net/asterisk20: allow GEOLOCATION on powerpc64le --- net/asterisk20/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/asterisk20/Makefile b/net/asterisk20/Makefile index 04ae0ac93e6c..d6c362391263 100644 --- a/net/asterisk20/Makefile +++ b/net/asterisk20/Makefile @@ -69,7 +69,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 @@ -250,6 +250,8 @@ LLD_EMULATION= elf_i386 LLD_EMULATION= elf_x86_64 .elif ${ARCH} == aarch64 LLD_EMULATION= aarch64elf +.elif ${ARCH} == powerpc64le +LLD_EMULATION= elf64lppc .endif .endif