diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-10 00:45:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-10 00:45:23 +0800 |
commit | a1b97837cb4a2a45d497e252a47aec2b1489ef24 (patch) | |
tree | 6dc0b6cde16c7d517f30b4605de3d5c845722c51 /x11-wm | |
parent | 54427abfe20d0206b0c9dc7a5aeffce4021ea031 (diff) | |
download | freebsd-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.c | 11 |
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 |