summaryrefslogtreecommitdiff
path: root/fonts/t1lib
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-09-09 16:59:55 +0000
committertonio <tonio@pkgsrc.org>2005-09-09 16:59:55 +0000
commit48b515c0f55f79b029290fa07786870cc9eb3bae (patch)
tree4e85ecc56c3f2c6f39a6cb9c24d7908d7ef45531 /fonts/t1lib
parent6550bcd51837429bfcaf2115ff70c2776acf7ceb (diff)
downloadpkgsrc-48b515c0f55f79b029290fa07786870cc9eb3bae.tar.gz
Fix build under darwin, without breaking netbsd and others
Diffstat (limited to 'fonts/t1lib')
-rw-r--r--fonts/t1lib/Makefile4
-rw-r--r--fonts/t1lib/distinfo3
-rw-r--r--fonts/t1lib/patches/patch-ag13
3 files changed, 17 insertions, 3 deletions
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 .