fix pthread problem on 4-stable

Reported by: pointyhat via kris
This commit is contained in:
Ying-Chieh Liao 2004-10-25 01:22:01 +00:00
parent 10ebf7e960
commit a73d9b05f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120096

View File

@ -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>