From 20048807c76e49d573ad47d35ce67b0e8766449b Mon Sep 17 00:00:00 2001 From: spz Date: Sat, 22 Mar 2014 22:26:44 +0000 Subject: [PATCH] build fix following the freetype2 update note it still messes up run-time search paths for libXmu and libXext for native X --- fonts/xmbdfed/distinfo | 4 ++-- fonts/xmbdfed/patches/patch-ab | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/fonts/xmbdfed/distinfo b/fonts/xmbdfed/distinfo index 19fee31a8c4c..bf81afd70758 100644 --- a/fonts/xmbdfed/distinfo +++ b/fonts/xmbdfed/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2013/10/20 18:10:11 joerg Exp $ +$NetBSD: distinfo,v 1.7 2014/03/22 22:26:44 spz Exp $ SHA1 (xmbdfed-4.5.tar.gz) = 325f2f3a8ae68b3f5d22ff9bdd115d30cdd743db RMD160 (xmbdfed-4.5.tar.gz) = a6c1d9202e6d978dbc0aaa1fb6389a3d14b16c26 Size (xmbdfed-4.5.tar.gz) = 282055 bytes SHA1 (patch-aa) = 9c01eb9c4d160e8747fe2f9d68bb16a2b6afc197 -SHA1 (patch-ab) = eb5c46e723988cf9febf65f64e0b142ce8dccde3 +SHA1 (patch-ab) = 2ddd129850dfc53e46ba0df8d62239ffb5fac0eb SHA1 (patch-ac) = c62140d171ea96418d48ee4b236cde8bb87b545d diff --git a/fonts/xmbdfed/patches/patch-ab b/fonts/xmbdfed/patches/patch-ab index 34b97a3ec904..6f8572da517f 100644 --- a/fonts/xmbdfed/patches/patch-ab +++ b/fonts/xmbdfed/patches/patch-ab @@ -1,12 +1,17 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/10/15 12:29:19 kei Exp $ +$NetBSD: patch-ab,v 1.2 2014/03/22 22:26:44 spz Exp $ ---- bdf.h.orig Wed Jul 4 10:21:42 2001 -+++ bdf.h Wed Jul 4 10:22:01 2001 -@@ -41,7 +41,7 @@ +make it deal gracefully with both freetype 2.4.* and 2.5.* + +--- bdf.h.orig 2001-09-19 21:00:42.000000000 +0000 ++++ bdf.h +@@ -40,8 +40,9 @@ + #endif /* HAVE_XLIB */ #ifdef HAVE_FREETYPE - #include +-#include -#include ++#include ++#include FT_FREETYPE_H +#include #endif /* HAVE_FREETYPE */