aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-04 11:29:20 +0800
committerSteve Price <steve@FreeBSD.org>1999-01-04 11:29:20 +0800
commitaa3f7d7ca8a39e390b78ce5e49431721369accb1 (patch)
tree9c2e33850955c69a344e0cbb1c093c26bb3e3087 /editors/xemacs21
parente2532612a7bfb66a355367743521c830f50d7914 (diff)
downloadfreebsd-ports-aa3f7d7ca8a39e390b78ce5e49431721369accb1.tar.gz
freebsd-ports-aa3f7d7ca8a39e390b78ce5e49431721369accb1.tar.zst
freebsd-ports-aa3f7d7ca8a39e390b78ce5e49431721369accb1.zip
Add --with-clash-detection to CONFIGURE_ARGS so that the file locking
code is compiled in. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15811
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 395b74b9229c..7b548cc38f1b 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 August 1997
# Whom: Michael Elbel (me)
#
-# $Id: Makefile,v 1.22 1998/10/01 19:29:50 gj Exp $
+# $Id: Makefile,v 1.23 1998/10/07 21:37:20 gj Exp $
#
DISTNAME= xemacs-20.4
@@ -26,6 +26,7 @@ USE_GMAKE= yes
STRIP=
HAS_CONFIGURE= yes
CONFIGURE_ARGS= i386--freebsd --prefix=${PREFIX} \
+ --with-clash-detection \
--lockdir=/var/run/emacs/lock \
--with-sound=native \
--site-includes=${PREFIX}/include \