diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:37:54 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-20 10:37:54 +0000 |
commit | 67d983c26c6d93a58527603236deec7902035e77 (patch) | |
tree | 735a2552be46ab58edc1672faf27fa4b5e0c911e /databases/gigabase/files/patch-ab | |
parent | Update to 5.0.1. (diff) |
Add gigabase 2.14, an object-relational database management system.
PR: 20661
Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
Notes
Notes:
svn path=/head/; revision=31788
Diffstat (limited to 'databases/gigabase/files/patch-ab')
-rw-r--r-- | databases/gigabase/files/patch-ab | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/gigabase/files/patch-ab b/databases/gigabase/files/patch-ab new file mode 100644 index 000000000000..11c6dd2bbde0 --- /dev/null +++ b/databases/gigabase/files/patch-ab @@ -0,0 +1,15 @@ +--- configure.orig Wed Aug 16 13:48:56 2000 ++++ configure Wed Aug 16 13:49:38 2000 +@@ -853,12 +853,6 @@ + + test x"${MISSING+set}" = xset || \ + MISSING="\${SHELL} `CDPATH=: && cd $ac_aux_dir && pwd`/missing" +-if eval "$MISSING --run :"; then +- am_missing_run="$MISSING --run " +-else +- am_missing_run= +- echo "configure: WARNING: \`missing' script is too old or missing" >&2 +-fi + + for ac_prog in mawk gawk nawk awk + do |