openbsd-ports/x11/gnustep/back/patches/patch-Headers_cairo_CairoFaceInfo_h

17 lines
423 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Headers_cairo_CairoFaceInfo_h,v 1.1 2011/06/24 10:51:48 sebastia Exp $
protect id
--- Headers/cairo/CairoFaceInfo.h.orig Mon Jun 20 09:20:56 2011
+++ Headers/cairo/CairoFaceInfo.h Mon Jun 20 09:55:51 2011
@@ -34,7 +34,9 @@
#include <Foundation/Foundation.h>
#include <ft2build.h>
#include FT_FREETYPE_H
+#define id cairo_id
#include <cairo-ft.h>
+#undef id
@interface CairoFaceInfo : NSObject
{