From 962c551c356d85b1b1dec7e79f52e00217803f91 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 29 Jan 2009 19:58:27 +0000 Subject: - Fix build PR: ports/131030 Submitted by: Tsurutani Naoki - Style --- print/perlftlib/Makefile | 2 +- print/perlftlib/files/patch-FreeType_typemap | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 print/perlftlib/files/patch-FreeType_typemap (limited to 'print') diff --git a/print/perlftlib/Makefile b/print/perlftlib/Makefile index bfdb7822f70e..5fb6d5c9ee30 100644 --- a/print/perlftlib/Makefile +++ b/print/perlftlib/Makefile @@ -40,6 +40,6 @@ post-build: .include .if exists(${SITE_PERL}/ExtUtils/CBuilder.pm) -BROKEN= Does not build if devel/p5-ExUtils-CBuilder is installed +BROKEN= Does not build if devel/p5-ExUtils-CBuilder is installed .endif .include diff --git a/print/perlftlib/files/patch-FreeType_typemap b/print/perlftlib/files/patch-FreeType_typemap new file mode 100644 index 000000000000..0c5be221e4e7 --- /dev/null +++ b/print/perlftlib/files/patch-FreeType_typemap @@ -0,0 +1,11 @@ +--- FreeType/typemap.orig 1998-12-14 06:13:26.000000000 +0100 ++++ FreeType/typemap 2009-01-29 20:45:20.000000000 +0100 +@@ -98,7 +98,7 @@ + FETCH_OBJ_IV(obj, &$var, cols, $var); + FETCH_OBJ_IV(obj, &$var, width, $var); + FETCH_OBJ_IV(obj, &$var, flow, $var); +-# FETCH_OBJ_IV(obj, &$var, size, $var); ++ /* FETCH_OBJ_IV(obj, &$var, size, $var); */ + FETCH_OBJ(obj, bitmap, sv, $var); + $var.bitmap = SvPV(sv, na); + $var.size = na; -- cgit