diff options
author | agc <agc@pkgsrc.org> | 1997-10-13 11:36:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-13 11:36:19 +0000 |
commit | 8dcec58019554eec475e64d2fdbb3b7b39f26cbb (patch) | |
tree | b09df2a48ab6e65b44dd9ef1ebe3e1495b2e3dd3 /devel/mit-pthreads/pkg | |
parent | c9cecad9882989bfd96da9b5162cf01734c8316b (diff) | |
download | pkgsrc-8dcec58019554eec475e64d2fdbb3b7b39f26cbb.tar.gz |
Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:
+ use native make, rather than gmake - this gives us the profiled
library, and PIC library too, and also means we can get rid of my
previous hacks to specify the correct prefix.
+ add in support for the system call previously known as getdirentries
using getdents(2), if it exists. Note that the patch for this needs
2 lines of context to avoid an Id in the patch file.
Diffstat (limited to 'devel/mit-pthreads/pkg')
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index 11b0b3fee41..a509e26a5b0 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,6 +1,8 @@ pthreads/bin/pgcc pthreads/bin/pg++ pthreads/lib/libpthread.a +pthreads/lib/libpthread_p.a +pthreads/lib/libpthread_pic.a pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/endian.h |