summaryrefslogtreecommitdiff
path: root/app-misc/lirc/files/lirc-0.9.0-fixed-font.patch
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2021-05-01 12:11:52 +0100
committerdakkar <dakkar@thenautilus.net>2021-05-01 12:11:52 +0100
commit86fbe7877903f13497d35331048a2a6d203a807a (patch)
tree7a1605dc0659bebf2dd137ef391ca101842606bd /app-misc/lirc/files/lirc-0.9.0-fixed-font.patch
parentremove old claws ebuilds (diff)
downloadgentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.tar.gz
gentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.tar.bz2
gentoo-overlay-86fbe7877903f13497d35331048a2a6d203a807a.zip
lirc 0.10.0 contains the driver already
Diffstat (limited to 'app-misc/lirc/files/lirc-0.9.0-fixed-font.patch')
-rw-r--r--app-misc/lirc/files/lirc-0.9.0-fixed-font.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-misc/lirc/files/lirc-0.9.0-fixed-font.patch b/app-misc/lirc/files/lirc-0.9.0-fixed-font.patch
deleted file mode 100644
index fd122e7..0000000
--- a/app-misc/lirc/files/lirc-0.9.0-fixed-font.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/tools/xmode2.c 2011-03-25 23:28:18.000000000 +0100
-+++ b/tools/xmode2.c 2012-07-29 19:36:34.972246587 +0200
-@@ -69,7 +69,7 @@
- Window w0, w1; /*w0 = root */
- char w1_wname[] = "xmode2";
- char w1_iname[] = "xmode2";
--char font1_name[] = "-*-Courier-medium-r-*-*-8-*-*-m-*-iso8859-1";
-+char font1_name[] = "fixed";
-
- int w1_x = 0, w1_y = 0;
- unsigned int w1_w = 640, w1_h = 480, w1_border = 0;
-@@ -201,7 +201,7 @@
- printf("coudn't allocate blue color\n");
- f1_str = XLoadQueryFont(d1, font1_name);
- if (f1_str == NULL) {
-- printf("could't load font\n");
-+ printf("couldn't load font\n");
- exit(EXIT_FAILURE);
- }
-