diff options
author | tv <tv@pkgsrc.org> | 1998-11-13 15:44:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-11-13 15:44:44 +0000 |
commit | 898843af6278b3e31f0798fb464cda7d909eb40a (patch) | |
tree | 5cb43cc99e43fed8649bd3f49a25ce9095365ed9 /textproc/t1libx | |
parent | 277aea66719f9a32af6b0527096158c63a53642a (diff) | |
download | pkgsrc-898843af6278b3e31f0798fb464cda7d909eb40a.tar.gz |
Do not override libtool's interpretation of installation.
(This pkg should be better designed to make use of t1lib's patches, not cd
to its directory and run there!)
Diffstat (limited to 'textproc/t1libx')
-rw-r--r-- | textproc/t1libx/patches/patch-aa | 6 | ||||
-rw-r--r-- | textproc/t1libx/patches/patch-ab | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/t1libx/patches/patch-aa b/textproc/t1libx/patches/patch-aa index b933c4653a0..17028f111a4 100644 --- a/textproc/t1libx/patches/patch-aa +++ b/textproc/t1libx/patches/patch-aa @@ -1,12 +1,12 @@ -$NetBSD: patch-aa,v 1.1.1.1 1998/11/05 08:28:48 garbled Exp $ +$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) .libs/libt1.a .libs/libt1.so.* $(libdir) -+ $(INSTALL_DATA) .libs/libt1x.a .libs/libt1x.so.* $(libdir) +- $(INSTALL_DATA) libt1.la $(libdir) ++ $(INSTALL_DATA) libt1x.la $(libdir) $(LIBTOOL) --mode=install \ - $(INSTALL_DATA) t1lib.h t1lib.h $(includedir) - $(MKINSTALLDIRS) $(datadir)/t1lib diff --git a/textproc/t1libx/patches/patch-ab b/textproc/t1libx/patches/patch-ab index 6e72ebb3681..0610baa3b18 100644 --- a/textproc/t1libx/patches/patch-ab +++ b/textproc/t1libx/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 1998/11/05 08:28:48 garbled Exp $ +$NetBSD: patch-ab,v 1.2 1998/11/13 15:44:46 tv Exp $ --- xglyph/Makefile.in.orig Sat Aug 15 10:02:40 1998 +++ xglyph/Makefile.in Wed Nov 4 19:37:15 1998 @@ -15,7 +15,7 @@ @@ -15,9 +15,8 @@ $NetBSD: patch-ab,v 1.1.1.1 1998/11/05 08:28:48 garbled Exp $ xglyph.c \ -T1LIB = ../lib/libt1.la --T1LIBX = ../lib/libt1x.la +T1LIB = -L${LOCALBASE}/lib -lt1 -+T1LIBX = ../lib/.libs/libt1x.a + T1LIBX = ../lib/libt1x.la XAWLIB = -lXaw -lXt -lXmu |