mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
54ae39629f
- Fixing mirrors lists - Adding missing dependency with gettext. PR: ports/64456 Submitted by: maintainer
13 lines
387 B
Plaintext
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"
|