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 | 6585d5e1ff6e765a479eddf3ff4e76ef3eff59e5 (patch) | |
tree | c422da4bb257990e8dc34a26a8aa7981b7169073 /devel/pango/patches | |
parent | d5f57018b5f03293a0a160121c27bb0d8700800c (diff) | |
download | pkgsrc-6585d5e1ff6e765a479eddf3ff4e76ef3eff59e5.tar.gz |
link ottest against glib2 libs, fixes build on Solaris.
Diffstat (limited to 'devel/pango/patches')
-rw-r--r-- | devel/pango/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
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 = \ |