diff options
Diffstat (limited to 'textproc/t1libx/patches/patch-aa')
-rw-r--r-- | textproc/t1libx/patches/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/t1libx/patches/patch-aa b/textproc/t1libx/patches/patch-aa deleted file mode 100644 index 17028f111a4..00000000000 --- a/textproc/t1libx/patches/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aa,v 1.2 1998/11/13 15:44:44 tv Exp $ ---- lib/Makefile.in.orig Thu Nov 5 00:59:03 1998 -+++ lib/Makefile.in Thu Nov 5 01:00:23 1998 -@@ -251,17 +251,9 @@ - - install: dummy - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) libt1.la $(libdir) -+ $(INSTALL_DATA) libt1x.la $(libdir) - $(LIBTOOL) --mode=install \ -- $(INSTALL_DATA) t1lib.h t1lib.h $(includedir) -- $(MKINSTALLDIRS) $(datadir)/t1lib -- if (test -f $(datadir)/t1lib/t1lib.config) \ -- then \ -- echo "Alert: Global configuration file exists, installation skipped!"; \ -- else \ -- $(LIBTOOL) --mode=install $(INSTALL_DATA) t1lib.config $(datadir)/t1lib; \ -- fi; -- -+ $(INSTALL_DATA) t1libx.h $(includedir) - - uninstall: dummy - -$(LIBTOOL) --mode=uninstall $(RM) $(libdir)/libt1.la |