1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Fix the build on 4.X with the new freetype2.

Reported by:    Scott Allendorf <scott-allendorf@uiowa.edu>
Approved by:    portmgr (implicit)
This commit is contained in:
Joe Marcus Clarke 2006-10-17 05:03:32 +00:00
parent 0154ddba17
commit 712fd3aea5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175367

View File

@ -0,0 +1,12 @@
$NetBSD: patch-bk,v 1.3 2006/06/01 22:44:09 tron Exp $
--- lib/font/FreeType/ftsystem.c.orig 2005-07-09 07:36:10.000000000 +0100
+++ lib/font/FreeType/ftsystem.c 2006-06-01 23:21:53.000000000 +0100
@@ -35,7 +35,6 @@
#endif
#include <ft2build.h>
#include FT_CONFIG_CONFIG_H
-#include FT_INTERNAL_DEBUG_H
#include FT_SYSTEM_H
#include FT_ERRORS_H
#include FT_TYPES_H