From 48b515c0f55f79b029290fa07786870cc9eb3bae Mon Sep 17 00:00:00 2001 From: tonio Date: Fri, 9 Sep 2005 16:59:55 +0000 Subject: Fix build under darwin, without breaking netbsd and others --- fonts/t1lib/Makefile | 4 ++-- fonts/t1lib/distinfo | 3 ++- fonts/t1lib/patches/patch-ag | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 fonts/t1lib/patches/patch-ag (limited to 'fonts/t1lib') diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 7f5b1e6dc30..0b16795318e 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2005/09/09 12:31:22 tonio Exp $ +# $NetBSD: Makefile,v 1.27 2005/09/09 16:59:55 tonio Exp $ DISTNAME= t1lib-5.1.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} diff --git a/fonts/t1lib/distinfo b/fonts/t1lib/distinfo index 96e0592feae..0a853c830d8 100644 --- a/fonts/t1lib/distinfo +++ b/fonts/t1lib/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2005/09/09 11:39:05 tonio Exp $ +$NetBSD: distinfo,v 1.14 2005/09/09 16:59:55 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) = de43462ab574f557627ff3e35cde4ca574d23396 diff --git a/fonts/t1lib/patches/patch-ag b/fonts/t1lib/patches/patch-ag new file mode 100644 index 00000000000..af1315c3f05 --- /dev/null +++ b/fonts/t1lib/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.3 2005/09/09 16:59:55 tonio Exp $ + +--- lib/Makefile.in.orig 2005-05-02 00:01:57.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) $(LDFLAGS) libt1.la $(XLIB) \ + -version-info @T1LIB_LT_CURRENT@:@T1LIB_LT_REVISION@:@T1LIB_LT_AGE@ \ + -no-undefined -rpath $(libdir) + cp t1lib/t1libx.h . -- cgit v1.2.3