1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Fix build on amd64 and ia64

Submitted by:	kris via pointyhat
This commit is contained in:
Markus Brueffer 2005-04-30 09:32:47 +00:00
parent 2bdc22f18b
commit cf6c9d3f3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134403

View File

@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g' -e "s,-lpthread,${PTHREAD_LIBS},g" \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>