diff options
author | glewis <glewis@FreeBSD.org> | 2002-06-24 15:27:44 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2002-06-24 15:27:44 +0800 |
commit | 0fe2f4d3df48a87f3a483decaabc9f163c67a561 (patch) | |
tree | 83df5558212fcd658786eb293c4475fada78ae36 /security/hashish | |
parent | de8111365d992bc04aed7b81f217ac4267e2f288 (diff) | |
download | freebsd-ports-gnome-0fe2f4d3df48a87f3a483decaabc9f163c67a561.tar.gz freebsd-ports-gnome-0fe2f4d3df48a87f3a483decaabc9f163c67a561.tar.zst freebsd-ports-gnome-0fe2f4d3df48a87f3a483decaabc9f163c67a561.zip |
Unbreak this port by adding -pthread to the compilation.
Diffstat (limited to 'security/hashish')
-rw-r--r-- | security/hashish/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index fc876299180d..a6e0fa5b15c4 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -26,7 +26,8 @@ USE_GMAKE= yes post-patch: @${REINPLACE_CMD} -e "s,^CXXFLAGS =,CXXFLAGS+=,g ; \ - s,^LBLIBS =,LBLIBS = -L${LOCALBASE}/lib,g" ${WRKSRC}/Makefile + s,^LBLIBS =,LBLIBS = -pthread -L${LOCALBASE}/lib,g" \ + ${WRKSRC}/Makefile @${REINPLACE_CMD} -e "s,crypto/,cryptopp/,g" ${WRKSRC}/src/main.cpp do-install: |