View | Details | Raw Unified | Return to bug 84001
Collapse All | Expand All

(-)xtla/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
29
LISPDIR=	${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
30
30
31
HAS_CONFIGURE=	yes
31
HAS_CONFIGURE=	yes
32
CONFIGURE_ARGS=	--with-emacs=${EMACS_NAME}
32
CONFIGURE_ARGS+=	--with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch
33
USE_GMAKE=	yes
33
USE_GMAKE=	yes
34
INFO=		xtla
34
INFO=		xtla
35
35
(-)xtla/files/patch-lisp-xtla-defs.el (-19 lines)
Lines 1-19 Link Here
1
--- lisp/xtla-defs.el.orig	Sat Jul  9 04:01:48 2005
2
+++ lisp/xtla-defs.el	Wed Jul 20 09:43:15 2005
3
@@ -1758,14 +1758,14 @@
4
 
5
 (defcustom tla-diff-executable (tla--first-set
6
                                 tla-site-diff-executable
7
-                                "diff")
8
+                                "gdiff")
9
   "*The name of the diff executable."
10
   :type 'string
11
   :group 'xtla)
12
 
13
 (defcustom tla-patch-executable (tla--first-set
14
                                  tla-site-patch-executable
15
-                                 "patch")
16
+                                 "gpatch")
17
   "*The name of the patch executable."
18
   :type 'string
19
   :group 'xtla)

Return to bug 84001