diff options
author | grant <grant@pkgsrc.org> | 2004-05-09 13:16:02 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-09 13:16:02 +0000 |
commit | fde1bf0c1357a73554d57d948cfec72acc6f919e (patch) | |
tree | c422da4bb257990e8dc34a26a8aa7981b7169073 /devel/pango | |
parent | f278604d878199c8576188fc31c80fd627e7264f (diff) | |
download | pkgsrc-fde1bf0c1357a73554d57d948cfec72acc6f919e.tar.gz |
link ottest against glib2 libs, fixes build on Solaris.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/distinfo | 3 | ||||
-rw-r--r-- | devel/pango/patches/patch-aa | 14 |
2 files changed, 16 insertions, 1 deletions
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 = \ |