diff options
author | sakamoto <sakamoto> | 1999-07-05 05:09:48 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-07-05 05:09:48 +0000 |
commit | 9a1ce38d507ac7f806cd0e2abdfe06c3e5f7fb8a (patch) | |
tree | 138a81bf142a5b1656f63693b4f8f16c204a6cfa /devel/pth/patches | |
parent | e2fa7a9c0dccfb3b1ded1b9e344d8803298fbdb8 (diff) | |
download | pkgsrc-9a1ce38d507ac7f806cd0e2abdfe06c3e5f7fb8a.tar.gz |
GNU pth - GNU Portable Threads
Diffstat (limited to 'devel/pth/patches')
-rw-r--r-- | devel/pth/patches/patch-aa | 11 | ||||
-rw-r--r-- | devel/pth/patches/patch-ab | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/devel/pth/patches/patch-aa b/devel/pth/patches/patch-aa new file mode 100644 index 00000000000..ccc72bf46e1 --- /dev/null +++ b/devel/pth/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ + +--- ./configure.orig Sun Jul 4 22:14:20 1999 ++++ ./configure Mon Jul 5 13:16:46 1999 +@@ -1009,5 +1009,5 @@ + $libtool_flags --no-verify ltmain.sh $PLATFORM ||\ + { echo "configure: error: libtool configuration failed" 1>&2; exit 1; } +-LIBTOOL="\$(TOP)/libtool" ++LIBTOOL=$LIBTOOL + + diff --git a/devel/pth/patches/patch-ab b/devel/pth/patches/patch-ab new file mode 100644 index 00000000000..9e8b0288376 --- /dev/null +++ b/devel/pth/patches/patch-ab @@ -0,0 +1,18 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $ + +--- ./Makefile.in.orig Sun Jul 4 23:10:35 1999 ++++ ./Makefile.in Mon Jul 5 13:22:59 1999 +@@ -193,5 +193,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 @@ + $(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 ++ @$(LIBTOOL) --mode=install install -c -m 644 libpthread.la $(libdir)/libpthread.la + + # clean the source tree for re-building |