Fix build with gcc-3.4

PR:		ports/70752
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-08-21 06:11:56 +00:00
parent 2578633dc2
commit 590de45aac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116873

View File

@ -28,6 +28,12 @@ MAN3= libjit.3
BROKEN= "Does not compile on amd64"
.endif
post-patch:
.if ${OSVERSION} >= 502128
@${REINPLACE_CMD} -e 's|#undef HAVE_TGMATH_H||' \
${WRKSRC}/config.h.in
.endif
post-configure:
.if ${OSVERSION} >= 502123
@${REINPLACE_CMD} -e 's|$$pic_flag -DPIC||' \