Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add /usr/local to header/library search path on BSD
libexecinfo and libintl are located in /usr/local on FreeBSD and OpenBSD, and possibly on other BSD systems I haven't tested as well. Makefile currently doesn't add /usr/local/include and /usr/local/lib to header and library search paths, so users will have to manually specify by prepending CPLUS_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib before gmake command to compile.
- Loading branch information