diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 23:51:05 +0000 |
commit | b90f611b9c50570251338dbca6ff573948723aa4 (patch) | |
tree | 73ac90ce1906f5bacef01f927cd1d4a37a54b6bb /net/cyphesis | |
parent | 2241654c185e68c779f116506f10ed1832feb79e (diff) |
Notes
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 87e99efc8748..5e1c98ce3516 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -43,7 +43,7 @@ post-patch: ${WRKSRC}/data/minimal/Makefile.in \ ${WRKSRC}/data/mars/Makefile.in \ ${WRKSRC}/data/Makefile.in - @${REINPLACE_CMD} -e 's|-lpython|${PTHREAD_LIBS} &|' \ + @${REINPLACE_CMD} -e 's|-lpython|-lpthread &|' \ ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -e 's|$$(datadir)/cyphesis|${DATADIR}|g ; \ |