diff options
Diffstat (limited to 'fonts/t1lib/patches/patch-ag')
-rw-r--r-- | fonts/t1lib/patches/patch-ag | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fonts/t1lib/patches/patch-ag b/fonts/t1lib/patches/patch-ag deleted file mode 100644 index af1315c3f05..00000000000 --- a/fonts/t1lib/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$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 . |