Use proper configure args instead of patching source files.

PR:		84001
Submitted by:	Dryice Liu (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-07-24 18:53:57 +00:00
parent 5cfb6a10d4
commit 2c5ab205f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140023
2 changed files with 1 additions and 20 deletions

View file

@ -29,7 +29,7 @@ PORTNAMESUFFIX= ${PKGNAMESUFFIX}
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_NAME}
CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch
USE_GMAKE= yes
INFO= xtla

View file

@ -1,19 +0,0 @@
--- lisp/xtla-defs.el.orig Sat Jul 9 04:01:48 2005
+++ lisp/xtla-defs.el Wed Jul 20 09:43:15 2005
@@ -1758,14 +1758,14 @@
(defcustom tla-diff-executable (tla--first-set
tla-site-diff-executable
- "diff")
+ "gdiff")
"*The name of the diff executable."
:type 'string
:group 'xtla)
(defcustom tla-patch-executable (tla--first-set
tla-site-patch-executable
- "patch")
+ "gpatch")
"*The name of the patch executable."
:type 'string
:group 'xtla)