1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/lang/pike72/files/patch-ab
Vanilla I. Shu 54ae39629f - Upgrade to 7.2.570.
- Fixing mirrors lists
- Adding missing dependency with gettext.

PR:		ports/64456
Submitted by:	maintainer
2004-03-19 21:08:09 +00:00

13 lines
387 B
Plaintext

--- modules/_Image_FreeType/freetype.c.orig Thu Mar 18 19:54:53 2004
+++ modules/_Image_FreeType/freetype.c Thu Mar 18 19:55:34 2004
@@ -3,7 +3,8 @@
RCSID("$Id: freetype.c,v 1.5 2002/10/29 09:43:03 grubba Exp $");
#ifdef HAVE_LIBFT2
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "pike_macros.h"
#include "object.h"
#include "constants.h"