mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
661 B
Plaintext
20 lines
661 B
Plaintext
--- configure~ Fri Oct 8 15:34:48 1999
|
|
+++ configure Fri Oct 8 15:36:43 1999
|
|
@@ -1038,6 +1038,7 @@
|
|
|
|
case "$canonical" in
|
|
*-*-linux* ) opsys=linux ;;
|
|
+ *-*-freebsd* ) opsys=freebsd ;;
|
|
*-*-netbsd* ) opsys=netbsd ;;
|
|
*-*-openbsd* ) opsys=openbsd ;;
|
|
*-*-nextstep* ) opsys=nextstep ;;
|
|
@@ -11108,7 +11108,7 @@
|
|
if test "$with_database_berkdb" != "no"; then
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
|
echo "configure:11111: checking for Berkeley db.h" >&5
|
|
- for path in "db/db.h" "db.h"; do
|
|
+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 11114 "configure"
|
|
#include "confdefs.h"
|