summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-01-20 16:56:00 +0000
committerhubertf <hubertf>1999-01-20 16:56:00 +0000
commit8f2dd62804ec3f4828dc144be6ef374ef819300b (patch)
tree9f6756c85a63bea33be18bec77f61b1c5f6c5b27
parent42955dc2940991203718ac975984f44495288156 (diff)
downloadpkgsrc-8f2dd62804ec3f4828dc144be6ef374ef819300b.tar.gz
Compile in support for session management
Fixes PR 6851 by Johnny C. Lam <lamj@stat.cmu.edu>
-rw-r--r--editors/xemacs20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 7b33898975e..270ec039bcc 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 1999/01/04 09:30:46 frueauf Exp $
+# $NetBSD: Makefile,v 1.38 1999/01/20 16:56:00 hubertf Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+=${MACHINE_GNU_ARCH}--netbsd --prefix=${PREFIX} \
--site-libraries=${PREFIX}/lib \
--sitelispdir="${PREFIX}/lib/xemacs/site-lisp \
${PREFIX}/share/xemacs/site-lisp" -with-ncurses=no \
+ --with-session=yes \
${WITH_MULE} ${WITH_DIALOGS} ${WITH_XFACE} ${WITH_SOUND}
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"