vp-build/srcpkgs/wordgrinder/patches/fix-xft-include.patch

12 lines
237 B
Diff

--- src/c/arch/unix/x11/x11.h.orig
+++ src/c/arch/unix/x11/x11.h
@@ -7,7 +7,7 @@
#define X11_H
#include <X11/Xlib.h>
-#include <Xft/Xft.h>
+#include <X11/Xft/Xft.h>
#include "uthash.h"
#define MAX(x, y) (((x) > (y)) ? (x) : (y))