diff options
| author | Gary Jennejohn <gj@FreeBSD.org> | 2000-09-23 19:27:31 +0000 |
|---|---|---|
| committer | Gary Jennejohn <gj@FreeBSD.org> | 2000-09-23 19:27:31 +0000 |
| commit | 3c87ed7cf6fbf4aeb9157e28c00663bde3fccd21 (patch) | |
| tree | 1ba6a31ca90baae076280a276fb87eadea1feb92 /editors/xemacs-devel | |
| parent | 6feb9421dfddbdc7f182184b9cd3b3bdb74c3e59 (diff) | |
Specify --with-database=berkdb in the CONFIGURE_ARGS to avoid
confusion when databases/gdbm is installed. This change assures
that the Berkeley db in libc is used.
Since this is such a trivial change I also just went ahead and did
it for xemacs21-mule also.
PR: 21172
Submitted by: OGAWA Takaya
Diffstat (limited to 'editors/xemacs-devel')
| -rw-r--r-- | editors/xemacs-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 8751f283d086..c0d7b6c9199a 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -44,6 +44,7 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} --prefix=${PREFIX} \ --with-png=yes \ --with-tiff=yes \ --with-site-lisp \ + --with-database=berkdb \ ${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} MAKE_ARGS= prefix=${PREFIX} .if !defined(MULE_SLAVE) |
