diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-27 06:10:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-27 06:10:51 +0000 |
commit | 617deee43f9d24e63b46fb08395a2a9134ade0b6 (patch) | |
tree | 14bed840daa9936f2808db433d0b8182a88cdb6f /net/libosip | |
parent | 2712f303c8eed5538a0d5bfa4348349f3ae3be8e (diff) | |
download | ports-617deee43f9d24e63b46fb08395a2a9134ade0b6.tar.gz ports-617deee43f9d24e63b46fb08395a2a9134ade0b6.zip |
Notes
Diffstat (limited to 'net/libosip')
-rw-r--r-- | net/libosip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libosip/Makefile b/net/libosip/Makefile index d591db024c80..0238aa1d9e7e 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -23,6 +23,6 @@ INSTALLS_SHLIB= yes MAN1= osip.1 post-patch: - @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .include <bsd.port.mk> |