Ahh, the pitfalls of including bsd.*.mk. Keep up with NetBSD-1.5ZC, and

don't install libpthread.a there, either. Closes PR pkg/16038.
This commit is contained in:
fredb 2002-04-11 16:16:48 +00:00
parent 0fc88569b9
commit ba41f8ec1e
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.13 2002/04/11 13:45:24 fredb Exp $
$NetBSD: distinfo,v 1.14 2002/04/11 16:16:48 fredb Exp $
SHA1 (mysql-3.23.49.tar.gz) = 0256331c7aa9388955148f80cdca382f467ad1be
Size (mysql-3.23.49.tar.gz) = 11844905 bytes
@ -8,5 +8,6 @@ SHA1 (patch-ac) = 29fbb5bac3a81c3f9197c2d9ff84b795cdfbcaed
SHA1 (patch-ad) = 7127dd00a6067aa06a563c13dde1ea25e70fa7bf
SHA1 (patch-ae) = 81fa0273261ea44c599cf44f5a3a56935c3a62bd
SHA1 (patch-af) = 78acdcd5a0f65ecaf545561eb3d450fa43746d1a
SHA1 (patch-ag) = 6ba0128c0db900eaacf2eca08c29fe992ab4d5ba
SHA1 (patch-ah) = 7cd4278c9bdc5220de04f7e6b62bb8d11c892ffb
SHA1 (patch-aj) = 2e619c6f16a1256174fd3e6e4bca3214679a9347

View file

@ -0,0 +1,12 @@
$NetBSD: patch-ag,v 1.5 2002/04/11 16:16:49 fredb Exp $
--- mit-pthreads/Makefile.orig Thu Apr 11 06:31:43 2002
+++ mit-pthreads/Makefile
@@ -54,4 +54,7 @@
#install : install-bin install-include
install:
+# Ditto for NetBSD-1.6
+libinstall:
+
.include <bsd.lib.mk>