mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
* Clean up the port to use the new OPTIONS framework [1] * Make sure to use the right Python executable for afpstats [2] PR: 213192 [2] Submitted by: bofh [1] Differential Revision: D7537 [1]
11 lines
508 B
Text
11 lines
508 B
Text
--- configure.orig 2016-09-12 09:54:34 UTC
|
|
+++ configure
|
|
@@ -17360,7 +17360,7 @@ if test "x$bdb_required" = "xyes"; then
|
|
trybdbdir=""
|
|
dobdbsearch=yes
|
|
bdb_search_dirs="/usr/local /usr"
|
|
- search_subdirs="/ /db6.1 /db6 /db5 /db5.3 /db5.2 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4"
|
|
+ search_subdirs="/%%DB_NAME%% / /db6.1 /db6 /db5 /db5.3 /db5.2 /db5.1 /db51 /db5.0 /db50 /db4.8 /db48 /db4.7 /db47 /db4.6 /db46 /db4"
|
|
|
|
bdbfound=no
|
|
savedcflags="$CFLAGS"
|