mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
Delete the MULE support and refer the user to the xemacs-mule port. Add --with-png=yes to the list of CONFIGURE_ARGS. The port now creates scads of empty directories which, hopefully, can be deleted if the package gets deleted. Tested install/deinstall and packaging. Requested by: the maintainer
11 lines
443 B
Text
11 lines
443 B
Text
--- configure.orig Sun Aug 15 01:29:45 1999
|
|
+++ configure Mon Sep 6 16:47:50 1999
|
|
@@ -11104,7 +11104,7 @@
|
|
if test "$with_database_berkdb" != "no"; then
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
|
echo "configure:11107: 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 11110 "configure"
|
|
#include "confdefs.h"
|