pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/t1lib Fix build under darwin 8 (link problem)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42910ee5aafd
branches:  trunk
changeset: 499052:42910ee5aafd
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Thu Sep 08 13:46:50 2005 +0000

description:
Fix build under darwin 8 (link problem)

Approved by wiz@

diffstat:

 fonts/t1lib/distinfo         |   3 ++-
 fonts/t1lib/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 45ce18e86e6d -r 42910ee5aafd fonts/t1lib/distinfo
--- a/fonts/t1lib/distinfo      Thu Sep 08 13:46:22 2005 +0000
+++ b/fonts/t1lib/distinfo      Thu Sep 08 13:46:50 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/08/19 15:51:48 drochner Exp $
+$NetBSD: distinfo,v 1.12 2005/09/08 13:46:50 tonio Exp $
 
 SHA1 (t1lib-5.1.0.tar.gz) = 6866561027aa32b0efb1a1aad0aa38cb5e01a299
 RMD160 (t1lib-5.1.0.tar.gz) = f12710159aa8a92e8feb5d934dc45875d198bb58
@@ -7,3 +7,4 @@
 SHA1 (patch-ac) = 14201794e29a2eeba22a9144726ed3e00322aa1d
 SHA1 (patch-ad) = 29c530f6d363de31777ad45823b55e72208c4ccb
 SHA1 (patch-af) = e89df0d94e0748e468c7c3d40ce2fc0ccdb0116c
+SHA1 (patch-ag) = ec2810fb349f3944542401e6f7f177ea0e52727e
diff -r 45ce18e86e6d -r 42910ee5aafd fonts/t1lib/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/t1lib/patches/patch-ag      Thu Sep 08 13:46:50 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2005/09/08 13:46:50 tonio Exp $
+
+--- lib/Makefile.in.orig       2005-09-08 13:54:09.000000000 +0200
++++ lib/Makefile.in
+@@ -135,7 +135,7 @@ libt1.la: $(TYPE1_OBJS) $(T1LIB_OBJS)
+ 
+ libt1x.la: $(T1LIBX_OBJS)
+       $(LIBTOOL) --mode=link \
+-              $(CC) -o $@ $(T1LIBX_OBJS) \
++              $(CC) -o $@ $(T1LIBX_OBJS) libt1.la $(XLIB) \
+                -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \
+                -no-undefined -rpath $(libdir)
+       cp t1lib/t1libx.h .



Home | Main Index | Thread Index | Old Index