diff options
Diffstat (limited to 'devel/pth/patches/patch-ab')
-rw-r--r-- | devel/pth/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab index 7887dcdb02e..5002d8d5e65 100644 --- a/devel/pth/patches/patch-ab +++ b/devel/pth/patches/patch-ab @@ -1,15 +1,15 @@ -$NetBSD: patch-ab,v 1.2 1999/07/09 00:08:28 sakamoto Exp $ +$NetBSD: patch-ab,v 1.3 1999/07/13 01:44:37 sakamoto Exp $ ---- ./Makefile.in.orig Thu Jul 8 19:34:37 1999 -+++ ./Makefile.in Fri Jul 9 08:51:42 1999 -@@ -193,5 +193,5 @@ +--- ./Makefile.in.orig Mon Jul 12 00:17:23 1999 ++++ ./Makefile.in Tue Jul 13 08:48:48 1999 +@@ -195,5 +195,5 @@ $(SHTOOL) install -c -m 644 pth.3 $(mandir)/man3/pth.3 $(SHTOOL) install -c -m 644 pth.h $(includedir)/pth.h - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpth.la $(libdir)/libpth.la + @$(LIBTOOL) --mode=install install -c -m 644 libpth.la $(libdir)/libpth.la install-pthread: $(SHTOOL) install -c -m 755 pthread-config $(bindir)/pthread-config -@@ -199,5 +199,5 @@ +@@ -201,5 +201,5 @@ $(SHTOOL) install -c -m 644 pthread.h $(includedir)/pthread.h $(SHTOOL) install -c -m 644 pthread.3 $(mandir)/man3/pthread.3 - @$(LIBTOOL) --mode=install $(SHTOOL) install -c -m 644 libpthread.la $(libdir)/libpthread.la |