CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/10/18 05:38:10
Modified files:
archivers/snappy: Makefile
Log message:
snappy: unify build behaviour between gcc/clang archs
- set flags to add /usr/local/include to header search path unconditionally
rather than just on ports-clang archs.
- set flags to add /usr/local/lib to library search path on base-compiler
archs (previously, with ports-gcc it's searching there automatically and
picking up lz4/lzo2 if present, but with base-clang it isn't.
- register dep on lz4/lzo2. they're used in tests only, so add as
BUILD_DEPENDS not LIB_DEPENDS. fixes possible intermittent build problem
if they're present during configure and then junked (though for lz4,
that's not a practical issue, as snappy uses cmake which depends on lz4
anyway).
no pkg change -> no bump
ok tb@ kn@