aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-09 19:18:51 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-09 19:18:51 -0500
commit7d88780e89876425df322b1b701c3b6ba5ab963e (patch)
treefd608be84994e66420dd63b8dc75563578c5cbcd /src/Makefile
parent937573720058266869cdddf0d6f881ee4f706381 (diff)
Patch gtkosx theme to make pane separators more visible.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 8d9db720..09ff97c9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -506,7 +506,10 @@ pdcurses: pdcurses.patch | $(pdcurses_zip)
UTF8=Y libs
mv $@/wincon/pdcurses.a $@
$(gtkosx_tgz): ; $(WGET) $(root_url)/textadept-build/raw/default/$@
-gtkosx: | $(gtkosx_tgz) ; mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@
+gtkosx: gtkosx.patch | $(gtkosx_tgz)
+ if [ -d $@ ]; then rm -r $@; fi
+ mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@
+ patch -d $@ -N -p1 < $<
$(cloc_zip): ; $(WGET) https://github.com/AlDanial/cloc/archive/refs/tags/$@
cloc: | $(cloc_zip) ; unzip -j $| "*/$@" -x "*/Unix/$@"