mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
39483f00d3
configuration files and Emacs.ad and deleted xemacs-faq.info-6. Use LOCALBASE instead of PREFIX in CONFIGURE_ARGS - that makes it easier to test new versions of the port. PR: 20480 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
--- configure.orig Fri Aug 4 11:49:54 2000
|
|
+++ configure Mon Aug 7 22:38:52 2000
|
|
@@ -1042,6 +1042,7 @@
|
|
|
|
case "$canonical" in
|
|
*-*-linux* ) opsys=linux ;;
|
|
+ *-*-freebsd* ) opsys=freebsd ;;
|
|
*-*-netbsd* ) opsys=netbsd ;;
|
|
*-*-openbsd* ) opsys=openbsd ;;
|
|
*-*-nextstep* ) opsys=nextstep ;;
|
|
@@ -11407,7 +11408,7 @@
|
|
if test "$with_database_berkdb" != "no"; then
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
|
echo "configure:11410: 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 11413 "configure"
|
|
#include "confdefs.h"
|