There isn't enough again your last modification Makefile.defs: it doesn't work
with ports framework:
I've add info string to your "hack":
```
ifeq ($(ARCH), amd64)
ARCH=x86_64
$(info switch target architecture from amd64 to <$(ARCH)>)
endif
```
and I've got:
`switch target architecture from amd64 to <amd64>`
I can't explain it because I have not enough expirience and I can't decide is this
issue to freebsd ports framework or to kamailio...
Maybe Kurt (pi(a)freebsd.org) or somebody more free then him can help us?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1035#issuecomment-286787107