summaryrefslogtreecommitdiff
path: root/devel/pth/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-07-13 01:44:35 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-07-13 01:44:35 +0000
commita7d66a6ddacbaa23e68d45787e6eab72fb1da001 (patch)
tree3cafa875575e6fd40e66212040e4ad73a9a19f44 /devel/pth/patches
parent9dc0e5485993d9d54a649374a19fa3892ce4ebd9 (diff)
downloadpkgsrc-a7d66a6ddacbaa23e68d45787e6eab72fb1da001.tar.gz
Update 1.0b4 to 1.0b5.
Diffstat (limited to 'devel/pth/patches')
-rw-r--r--devel/pth/patches/patch-aa8
-rw-r--r--devel/pth/patches/patch-ab10
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa
index aff6eb869fd..06612c41969 100644
--- a/devel/pth/patches/patch-aa
+++ b/devel/pth/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.2 1999/07/09 00:08:28 sakamoto Exp $
+$NetBSD: patch-aa,v 1.3 1999/07/13 01:44:37 sakamoto Exp $
---- ./configure.orig Thu Jul 8 19:30:44 1999
-+++ ./configure Fri Jul 9 08:51:42 1999
-@@ -997,5 +997,5 @@
+--- ./configure.orig Sun Jul 11 00:35:36 1999
++++ ./configure Tue Jul 13 08:48:48 1999
+@@ -1049,5 +1049,5 @@
$libtool_flags --no-verify ltmain.sh $PLATFORM ||\
{ echo "configure: error: libtool configuration failed" 1>&2; exit 1; }
-LIBTOOL="\$(TOP)/libtool"
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