diff options
Diffstat (limited to 'www/firefox/files/patch-bug1500484')
-rw-r--r-- | www/firefox/files/patch-bug1500484 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1500484 b/www/firefox/files/patch-bug1500484 new file mode 100644 index 000000000000..f69ae8ed266b --- /dev/null +++ b/www/firefox/files/patch-bug1500484 @@ -0,0 +1,12 @@ +Drop unused header breaking build on non-Linux + +--- widget/gtk/nsClipboardWayland.cpp ++++ widget/gtk/nsClipboardWayland.cpp +@@ -29,7 +29,6 @@ + + #include <gtk/gtk.h> + #include <poll.h> +-#include <sys/epoll.h> + #include <stdlib.h> + #include <string.h> + #include <fcntl.h> |