remove POSIX pthread compatibility library
This commit is contained in:
parent
17714f0a3e
commit
1a30ef26e1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2002/01/27 17:51:20 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2002/02/26 03:57:38 brad Exp $
|
||||
|
||||
COMMENT= "GNU portable threads"
|
||||
|
||||
@ -19,11 +19,10 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static --enable-pthread \
|
||||
--enable-syscall-soft --enable-optimize \
|
||||
--enable-batch \
|
||||
--includedir="${PREFIX}/include/pth" \
|
||||
--libdir="${PREFIX}/lib/pth"
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--enable-syscall-soft \
|
||||
--enable-optimize \
|
||||
--enable-batch
|
||||
|
||||
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
|
||||
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2002/01/27 17:51:21 brad Exp $
|
||||
lib/pth/libpth.so.14.21
|
||||
lib/pth/libpthread.so.14.21
|
||||
NEWDYNLIBDIR(%B)
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2002/02/26 03:57:39 brad Exp $
|
||||
lib/libpth.so.14.21
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,17 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/03/26 23:54:44 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2002/02/26 03:57:39 brad Exp $
|
||||
bin/pth-config
|
||||
bin/pthread-config
|
||||
include/pth/pth.h
|
||||
include/pth/pthread.h
|
||||
lib/pth/libpth.a
|
||||
lib/pth/libpth.la
|
||||
lib/pth/libpthread.a
|
||||
lib/pth/libpthread.la
|
||||
include/pth.h
|
||||
lib/libpth.a
|
||||
lib/libpth.la
|
||||
%%SHARED%%
|
||||
man/man1/pth-config.1
|
||||
man/man1/pthread-config.1
|
||||
man/man3/pth.3
|
||||
man/man3/pthread.3
|
||||
share/aclocal/pth.m4
|
||||
@dirrm include/pth
|
||||
@dirrm lib/pth
|
||||
|
Loading…
Reference in New Issue
Block a user