1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix build on amd64.

This commit is contained in:
Kirill Ponomarev 2005-01-19 12:37:13 +00:00
parent 07cc0ae443
commit a344084d12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126827

View File

@ -31,7 +31,7 @@ BROKEN= Does not compile on ${ARCH}
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread||; s|-nostdinc++||; \
s|-fPIC||' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|-lpthread||; s|-nostdinc++||' \
${WRKSRC}/configure
.include <bsd.port.post.mk>