diff options
author | gj <gj@FreeBSD.org> | 2000-09-23 19:27:31 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 2000-09-23 19:27:31 +0000 |
commit | 92089b313cfa21511eae9ae41a39abf2e706cd39 (patch) | |
tree | b06faa5dd173fe372847d4a424c334b6756d198c /editors/xemacs | |
parent | 1e946c4f0e75327e0fba74ec1cc64da79fbce6ff (diff) | |
download | FreeBSD-ports-92089b313cfa21511eae9ae41a39abf2e706cd39.zip FreeBSD-ports-92089b313cfa21511eae9ae41a39abf2e706cd39.tar.gz |
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')
-rw-r--r-- | editors/xemacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 8751f28..c0d7b6c 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/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) |