1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/xemacs-devel/files/patch-af
Gary Jennejohn eca60c8e7a Update to version 21.1.10.
Reminded from:	Paul Traina <pst@juniper.net>
2000-06-06 18:17:14 +00:00

20 lines
665 B
Plaintext

--- configure.orig Thu Apr 20 08:10:55 2000
+++ configure Sun Jun 4 23:41:55 2000
@@ -1041,6 +1041,7 @@
case "$canonical" in
*-*-linux* ) opsys=linux ;;
+ *-*-freebsd* ) opsys=freebsd ;;
*-*-netbsd* ) opsys=netbsd ;;
*-*-openbsd* ) opsys=openbsd ;;
*-*-nextstep* ) opsys=nextstep ;;
@@ -11308,7 +11309,7 @@
if test "$with_database_berkdb" != "no"; then
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
echo "configure:11311: 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 11314 "configure"
#include "confdefs.h"