mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
fix(app-editors/qemacs): Fix malformed patch.
This patch uses relative paths that are rejected by newer and stricter eclass versions. Pulled from current portage but I'm purposefully *not* updating the ebuild as the latest texi2html which in turn pulls in a lot of new perl dependencies and we don't even care about texi2html or the html docs it is used to produce in the first place so bleh.
This commit is contained in:
parent
766454a3b6
commit
326e9bb802
@ -1,10 +1,9 @@
|
||||
Gemeinsame Unterverzeichnisse: ../qemacs/fonts und ./fonts.
|
||||
Gemeinsame Unterverzeichnisse: ../qemacs/libqhtml und ./libqhtml.
|
||||
Gemeinsame Unterverzeichnisse: ../qemacs/plugin-example und ./plugin-example.
|
||||
Gemeinsame Unterverzeichnisse: ../qemacs/tests und ./tests.
|
||||
diff -u ../qemacs/tty.c ./tty.c
|
||||
--- ../qemacs/tty.c 2007-02-08 00:27:33.000000000 +0100
|
||||
+++ ./tty.c 2007-02-26 15:07:41.000000000 +0100
|
||||
utf8 input in tty.c
|
||||
http://lists.gnu.org/archive/html/qemacs-devel/2004-03/msg00000.html
|
||||
http://bugs.gentoo.org/62829
|
||||
|
||||
--- qemacs-orig/tty.c 2007-02-08 00:27:33.000000000 +0100
|
||||
+++ qemacs/tty.c 2007-02-26 15:07:41.000000000 +0100
|
||||
@@ -78,7 +78,6 @@
|
||||
/* input handling */
|
||||
enum InputState input_state;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user