summaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-09 16:45:23 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-09 16:45:23 +0000
commitf01841a562864425962633bc82a87881a1eb41b1 (patch)
tree8b90739cbc3f89ea65a19f2036afd1d737f799d0 /x11-wm/windowmaker
parent- Add some entries to MASTER_SITES (diff)
Put in another belt to prevent libwmfun from picking header from freetype1
instead of right header from freetype2. Poked by: Michael Harnois <mdharnois@home.com>
Notes
Notes: svn path=/head/; revision=37014
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/files/patch-plugins_libwmfun_drawstring.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/patch-plugins_libwmfun_drawstring.c b/x11-wm/windowmaker/files/patch-plugins_libwmfun_drawstring.c
new file mode 100644
index 000000000000..e33411141224
--- /dev/null
+++ b/x11-wm/windowmaker/files/patch-plugins_libwmfun_drawstring.c
@@ -0,0 +1,11 @@
+--- plugins/libwmfun/drawstring.c 2001/01/09 16:22:05 1.1
++++ plugins/libwmfun/drawstring.c 2001/01/09 16:22:54
+@@ -4,7 +4,7 @@
+ #include "generic.h"
+
+ #ifdef USE_FREETYPE
+-#include <freetype/freetype.h>
++#include <freetype2/freetype/freetype.h>
+ #endif
+
+ #define MAX_GLYPHS 256