diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-10 12:59:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-10 12:59:36 +0000 |
commit | 744ecfac3352a5a89c9b0731e7782ef6aa337244 (patch) | |
tree | 066489f219d8ac0b5e6eb955366a5d1dd8bb53a7 /net/libosip | |
parent | 3e9a36d879aec1af280d740a5090d0a51d99b062 (diff) | |
download | ports-744ecfac3352a5a89c9b0731e7782ef6aa337244.tar.gz ports-744ecfac3352a5a89c9b0731e7782ef6aa337244.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 3d5804791d36..0bb49f816236 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -20,6 +20,6 @@ INSTALLS_SHLIB= yes PLIST_SUB= PORTVERSION=${PORTVERSION} post-patch: - @${REINPLACE_CMD} -e "s/-lpthread/${PTHREAD_LIBS}/g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure .include <bsd.port.mk> |