pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pango link ottest against glib2 libs, fixes buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eeec9de3013
branches:  trunk
changeset: 475047:5eeec9de3013
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 09 13:16:02 2004 +0000

description:
link ottest against glib2 libs, fixes build on Solaris.

diffstat:

 devel/pango/distinfo         |   3 ++-
 devel/pango/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r c1189f4e110f -r 5eeec9de3013 devel/pango/distinfo
--- a/devel/pango/distinfo      Sun May 09 12:54:00 2004 +0000
+++ b/devel/pango/distinfo      Sun May 09 13:16:02 2004 +0000
@@ -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 -r c1189f4e110f -r 5eeec9de3013 devel/pango/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pango/patches/patch-aa      Sun May 09 13:16:02 2004 +0000
@@ -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 = \



Home | Main Index | Thread Index | Old Index