openbsd-ports/net/knot
jca 3d640deb66 Unbreak lmdb detection with ports-gcc (always look in /usr/local)
knot's configure script tries to detect liblmdb.so and lmdb.h, if it
can't find them it automatically adds /usr/local/{include,lib}
to the search paths then rechecks.  This works well on clang archs.  On
gcc archs ports-gcc automatically adds /usr/local/lib to the ld(1)
search path so detection of liblmdb.so works out of the box, but lmdb.h
can't be found since /usr/local/include hasn't been added to CPPFLAGS,
triggering a fatal error.  sigh
2019-02-14 12:54:23 +00:00
..
patches Update to knot-2.7.1 2018-08-25 17:44:10 +00:00
pkg Update to knot-2.7.1 2018-08-25 17:44:10 +00:00
distinfo Update to knot-2.7.4 2018-11-14 15:26:59 +00:00
Makefile Unbreak lmdb detection with ports-gcc (always look in /usr/local) 2019-02-14 12:54:23 +00:00