diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-03-27 14:10:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-03-27 14:10:51 +0800 |
commit | 2a1f21c2a005ac1a080a32c3520358abd500ee26 (patch) | |
tree | fb12a45c1d51b43ad633a514e58f04a736afc8e3 /net/libosip2 | |
parent | d6de49494511213381aad51c02471e2d27dd1ad2 (diff) | |
download | freebsd-ports-gnome-2a1f21c2a005ac1a080a32c3520358abd500ee26.tar.gz freebsd-ports-gnome-2a1f21c2a005ac1a080a32c3520358abd500ee26.tar.zst freebsd-ports-gnome-2a1f21c2a005ac1a080a32c3520358abd500ee26.zip |
fix pthread detection
Diffstat (limited to 'net/libosip2')
-rw-r--r-- | net/libosip2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index d591db024c80..0238aa1d9e7e 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/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> |