From 2c5ab205f9d3b6b1330dee18abdbd555adb5a978 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 24 Jul 2005 18:53:57 +0000 Subject: [PATCH] Use proper configure args instead of patching source files. PR: 84001 Submitted by: Dryice Liu (maintainer) --- devel/xtla/Makefile | 2 +- devel/xtla/files/patch-lisp-xtla-defs.el | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 devel/xtla/files/patch-lisp-xtla-defs.el diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile index c7ed24ab54cd..3c59a35e3279 100644 --- a/devel/xtla/Makefile +++ b/devel/xtla/Makefile @@ -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 diff --git a/devel/xtla/files/patch-lisp-xtla-defs.el b/devel/xtla/files/patch-lisp-xtla-defs.el deleted file mode 100644 index 13a7df68f3b3..000000000000 --- a/devel/xtla/files/patch-lisp-xtla-defs.el +++ /dev/null @@ -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)