aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-01-10 00:45:23 +0800
committersobomax <sobomax@FreeBSD.org>2001-01-10 00:45:23 +0800
commita1b97837cb4a2a45d497e252a47aec2b1489ef24 (patch)
tree6dc0b6cde16c7d517f30b4605de3d5c845722c51 /x11-wm
parent54427abfe20d0206b0c9dc7a5aeffce4021ea031 (diff)
downloadfreebsd-ports-gnome-a1b97837cb4a2a45d497e252a47aec2b1489ef24.tar.gz
freebsd-ports-gnome-a1b97837cb4a2a45d497e252a47aec2b1489ef24.tar.zst
freebsd-ports-gnome-a1b97837cb4a2a45d497e252a47aec2b1489ef24.zip
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>
Diffstat (limited to 'x11-wm')
-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