summaryrefslogtreecommitdiff
path: root/databases/metakit/files/patch-ad
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-10-26 21:14:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-10-26 21:14:08 +0000
commitd12099125d31056e520324e6b397b3581caf0c57 (patch)
treea19df369b25309b5895541085476a476e1999889 /databases/metakit/files/patch-ad
parentupdate to 0.2.5 (diff)
Update to 2.4.1
- Add Support for tcl interface - Support to build without python - Add target for regression test - make HTML documentation work - Fix install bug for FreeBSD >= 4.4 - Take Maintainership Approved by: rcarter@pinyon.org (Russell L. Carter)
Diffstat (limited to 'databases/metakit/files/patch-ad')
-rw-r--r--databases/metakit/files/patch-ad19
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/metakit/files/patch-ad b/databases/metakit/files/patch-ad
deleted file mode 100644
index c47c0b6a6937..000000000000
--- a/databases/metakit/files/patch-ad
+++ /dev/null
@@ -1,19 +0,0 @@
---- ../unix/configure.orig Fri Mar 17 09:57:30 2000
-+++ ../unix/configure Sun Aug 13 19:45:58 2000
-@@ -652,7 +652,6 @@
- if test x"${ac_cv_c_tclconfig}" = x ; then
- TCL_BIN_DIR="# no Tcl configs found"
- echo "configure: warning: Can't find Tcl configuration definitions" 1>&2
-- exit 0
- else
- TCL_BIN_DIR=${ac_cv_c_tclconfig}
- echo "$ac_t""found $TCL_BIN_DIR/tclConfig.sh" 1>&6
-@@ -1594,7 +1593,7 @@
- if { (eval echo configure:1595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
- for file in conftest.*; do
- case $file in
-- *.c | *.o | *.obj) ;;
-+ *.[Cc] | *.o | *.obj) ;;
- *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
- esac
- done