fix build

Noted by:	pointyhat via kris
This commit is contained in:
Oliver Lehmann 2005-06-03 13:48:04 +00:00
parent be797c2492
commit cd5d175527
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136729

View File

@ -37,10 +37,4 @@ post-patch:
${WRKSRC}/config.h.in
.endif
post-configure:
.if ${OSVERSION} >= 502123 && ${ARCH} != "amd64"
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \
${WRKSRC}/libtool
.endif
.include <bsd.port.post.mk>