mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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
This commit is contained in:
parent
6feb9421df
commit
3c87ed7cf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33049
4 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -60,6 +60,7 @@ CONFIGURE_ARGS?=${XEMACS_ARCH} \
|
|||
--infopath=${PREFIX}/lib/xemacs/info:${PREFIX}/info:${X11BASE}/info:/usr/info:${PREFIX}/lib/texmf/doc/info:/usr/lib/texmf/doc:/usr/share/info \
|
||||
--with-clash-detection \
|
||||
--lockdir=/var/run/emacs/lock \
|
||||
--with-database=berkdb \
|
||||
${WITH_INPUT_METHOD}
|
||||
MAKE_ENV= LANG=C
|
||||
INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME}
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue