diff options
author | tonio <tonio@pkgsrc.org> | 2005-09-08 13:46:50 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2005-09-08 13:46:50 +0000 |
commit | 707c4f5c0a229be8cc3edaed5c6c031181b5aa47 (patch) | |
tree | a62728c98dac8899ac7b08ef68cd04e35bf97420 /fonts | |
parent | 2e807b9fb71f2ae454382024f5a74f484aa658a4 (diff) | |
download | pkgsrc-707c4f5c0a229be8cc3edaed5c6c031181b5aa47.tar.gz |
Fix build under darwin 8 (link problem)
Approved by wiz@
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/t1lib/distinfo | 3 | ||||
-rw-r--r-- | fonts/t1lib/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/fonts/t1lib/distinfo b/fonts/t1lib/distinfo index 085dd25ab12..8e76e2da2f6 100644 --- a/fonts/t1lib/distinfo +++ b/fonts/t1lib/distinfo @@ -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-aa) = 068c25f733c3037faa5051b527b1e1637d706a20 SHA1 (patch-ac) = 14201794e29a2eeba22a9144726ed3e00322aa1d SHA1 (patch-ad) = 29c530f6d363de31777ad45823b55e72208c4ccb SHA1 (patch-af) = e89df0d94e0748e468c7c3d40ce2fc0ccdb0116c +SHA1 (patch-ag) = ec2810fb349f3944542401e6f7f177ea0e52727e diff --git a/fonts/t1lib/patches/patch-ag b/fonts/t1lib/patches/patch-ag new file mode 100644 index 00000000000..006d99a3ff8 --- /dev/null +++ b/fonts/t1lib/patches/patch-ag @@ -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 . |