pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs-git: remove workaround



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue Aug 15 08:25:46 2023 +0200
Changeset:	c89b834944dd9f331dfb0e64d66115cdbd8e86f6

Modified Files:
	emacs-git/Makefile

Log Message:
emacs-git: remove workaround

bug fixed upstream

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c89b834944dd9f331dfb0e64d66115cdbd8e86f6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 emacs-git/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/emacs-git/Makefile b/emacs-git/Makefile
index 65a3d16033..d4b47a5725 100644
--- a/emacs-git/Makefile
+++ b/emacs-git/Makefile
@@ -17,9 +17,7 @@ WRKSRC=		${WRKDIR}/emacs
 
 GNU_CONFIGURE=	yes
 INFO_FILES=	yes
-USE_TOOLS+=	autoconf automake bash:build gm4 gmake gsed gzip makeinfo
-# https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65292
-CONFIG_SHELL+=	bash
+USE_TOOLS+=	autoconf automake gm4 gmake gsed gzip makeinfo
 # for example, Mac OS X 10.6.1 has 2.61 which fails
 AUTOCONF_REQD+=	2.65
 # NetBSD has 4.8


Home | Main Index | Thread Index | Old Index