diff options
-rw-r--r-- | misc/chmlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index a0ec810264b4..be5b6c23b427 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -17,8 +17,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A library for dealing with Microsoft ITSS/CHM format files +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes +post-patch: + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure + .include <bsd.port.mk> |