Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some NetBSD-specific build problems.
Use proper identification macros for NetBSD and its defined architectures. While at it, define the correct constant in the Amiga block. With these changes sniffit can build and start (but still does not work correctly) on at least one architecture: NetBSD octeon 10.0 NetBSD 10.0 (OCTEON) #0: Thu Mar 28 08:33:33 UTC 2024 [email protected]:/usr/src/sys/arch/evbmips/compile/OCTEON evbmips The configure script does not use pkg-config and thus needs to be invoked as follows to detect pkgsrc ncurses: CFLAGS=$(pkg-config --cflags ncurses) \ LDFLAGS=$(pkg-config --libs ncurses) ./configure
- Loading branch information