You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-wm/amiwm/files/amiwm-0.20_p48-flex.patch

13 lines
250 B

http://bugs.gentoo.org/110169
--- amiwm/lex.l
+++ amiwm/lex.l
@@ -6,6 +6,7 @@
extern FILE *rcfile;
#undef yyin
#define yyin rcfile
+#define YY_SKIP_YYWRAP
#define yywrap() 1
extern int parse_keyword(char *);
void fixup_string(char *, char *);