From 9640417ec924cf5964db9974b8e9682360725259 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 3 Aug 2017 10:53:22 +0200 Subject: [PATCH] git: Add patch for git-gui and our Tcl/Tk version Fixes: #444 (git: `git gui` does not start anymore) --- git.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.be0 b/git.be0 index a5a92baae..90ef4992d 100755 --- a/git.be0 +++ b/git.be0 @@ -15,7 +15,7 @@ SRCURL[0]="https://www.kernel.org/pub/software/scm/git/git-${PKGVERSION}.tar.xz" ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-git-gui-Correctly-detect-Tkk-feature.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not