diff options
author | agc <agc> | 1998-07-15 12:51:36 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 12:51:36 +0000 |
commit | 39e7cd821c0001a6f332a88333d1da839c652c06 (patch) | |
tree | eb1a7382a8ab5d08574f21b652f54cbf88d106ee /devel/mit-pthreads | |
parent | 8d49be70ac0c276ea0c0faa0e7c522d1875d19e1 (diff) | |
download | pkgsrc-39e7cd821c0001a6f332a88333d1da839c652c06.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/pkg/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/mit-pthreads/pkg/PLIST b/devel/mit-pthreads/pkg/PLIST index c81fa237cf8..f8a4652204b 100644 --- a/devel/mit-pthreads/pkg/PLIST +++ b/devel/mit-pthreads/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1998/02/10 22:20:55 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.8 1998/07/15 12:51:36 agc Exp $ @exec if [ ! -d %d/pthreads ]; then mkdir -p %D/pthreads; fi pthreads/bin/pgcc pthreads/bin/pg++ @@ -6,8 +6,6 @@ pthreads/lib/libpthread.a pthreads/lib/libpthread_p.a pthreads/lib/libpthread_pic.a pthreads/lib/libpthread.so.1.60 -@exec ldconfig || /usr/bin/true -@unexec ldconfig || /usr/bin/true pthreads/include/Makefile.inc pthreads/include/dirent.h pthreads/include/endian.h |