mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
07e0162344
As in ver. 21.1.7 the port creates lots of empty directories. This must be reflected in PLIST, which explains the big diff. I wish they'd make up their minds :-) Tested on i386 and Alpha. Also tested packaging. Submitted by: kiri@pis.toba-cmt.ac.jp
20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
--- configure.orig Wed Feb 9 10:41:00 2000
|
|
+++ configure Wed Feb 16 14:41:50 2000
|
|
@@ -1040,6 +1040,7 @@
|
|
|
|
case "$canonical" in
|
|
*-*-linux* ) opsys=linux ;;
|
|
+ *-*-freebsd* ) opsys=freebsd ;;
|
|
*-*-netbsd* ) opsys=netbsd ;;
|
|
*-*-openbsd* ) opsys=openbsd ;;
|
|
*-*-nextstep* ) opsys=nextstep ;;
|
|
@@ -11180,7 +11181,7 @@
|
|
if test "$with_database_berkdb" != "no"; then
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
|
echo "configure:11183: 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 11186 "configure"
|
|
#include "confdefs.h"
|