summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-04-03 12:20:45 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-04-13 10:16:03 +0300
commit4440adba07f9f93560e288f0dff4a0490fa62fea (patch)
treeeb247d31c89339e1065a73c05ca05ad2c17409de /app-editors/ted/files
parentapp-editors/ted: bump to EAPI 7 (diff)
downloadgentoo-4440adba07f9f93560e288f0dff4a0490fa62fea.tar.gz
gentoo-4440adba07f9f93560e288f0dff4a0490fa62fea.tar.bz2
gentoo-4440adba07f9f93560e288f0dff4a0490fa62fea.zip
app-editors/ted: use Motif toolkit by default
Use Motif instead of Gtk-2, which is alternatively supported as a GUI. Bugday 2021-04-03 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20241 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors/ted/files')
-rw-r--r--app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch b/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch
new file mode 100644
index 000000000000..362c3b22186b
--- /dev/null
+++ b/app-editors/ted/files/ted-2.23-use-Motif-toolkit-instead-of-GTK-by-default.patch
@@ -0,0 +1,26 @@
+From 4368f7bab3a79b4322c1c19fdb99634e10f823ad Mon Sep 17 00:00:00 2001
+From: Bernd Waibel <waebbl-gentoo@posteo.net>
+Date: Sat, 3 Apr 2021 11:36:06 +0200
+Subject: [PATCH] use Motif toolkit instead of GTK by default
+
+Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 08224f9..f6ced83 100644
+--- a/Makefile
++++ b/Makefile
+@@ -73,7 +73,7 @@
+ #### P.S. I admit that this makefile is more like a shell script.
+ ####
+
+-CONFIGURE_OPTIONS=--with-GTK
++CONFIGURE_OPTIONS=--with-MOTIF
+
+ compile: tedlibs \
+ Ted/Ted \
+--
+2.31.1
+