mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
315 B
Plaintext
13 lines
315 B
Plaintext
Index: cmake/modules/FindBDB.cmake
|
|
--- cmake/modules/FindBDB.cmake.orig
|
|
+++ cmake/modules/FindBDB.cmake
|
|
@@ -29,7 +29,7 @@ find_path(
|
|
NAMES
|
|
db.h
|
|
HINTS
|
|
- /usr/local/opt/db/include
|
|
+ ${LOCALBASE}/include/db4
|
|
DOC "Include directory for the Berkeley DB library"
|
|
)
|
|
mark_as_advanced(BDB_INCLUDE_DIR)
|