From fde1bf0c1357a73554d57d948cfec72acc6f919e Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 9 May 2004 13:16:02 +0000 Subject: link ottest against glib2 libs, fixes build on Solaris. --- devel/pango/distinfo | 3 ++- devel/pango/patches/patch-aa | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 devel/pango/patches/patch-aa (limited to 'devel/pango') diff --git a/devel/pango/distinfo b/devel/pango/distinfo index 0261617ee84..771199963d2 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.17 2004/04/01 18:15:16 jmmv Exp $ +$NetBSD: distinfo,v 1.18 2004/05/09 13:16:02 grant Exp $ SHA1 (pango-1.4.0.tar.bz2) = 10ea96cb05e0ada51e1b81f68dd1cad56cdd6a99 Size (pango-1.4.0.tar.bz2) = 921472 bytes +SHA1 (patch-aa) = ea2fe223d9c7da2a19f1699124a59e6081ab8e9f diff --git a/devel/pango/patches/patch-aa b/devel/pango/patches/patch-aa new file mode 100644 index 00000000000..fd970c93267 --- /dev/null +++ b/devel/pango/patches/patch-aa @@ -0,0 +1,14 @@ +$NetBSD: patch-aa,v 1.9 2004/05/09 13:16:02 grant Exp $ + +--- pango/opentype/Makefile.in.orig 2004-03-17 05:11:11.000000000 +1100 ++++ pango/opentype/Makefile.in +@@ -277,7 +277,8 @@ ottest_SOURCES = \ + + ottest_LDADD = \ + libpango-ot.la \ +- $(FREETYPE_LIBS) ++ $(FREETYPE_LIBS) \ ++ $(GLIB_LIBS) + + + EXTRA_DIST = \ -- cgit v1.2.3