Fix build with gcc-3.4
PR: ports/70752 Submitted by: maintainer
This commit is contained in:
parent
2578633dc2
commit
590de45aac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116873
@ -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||' \
|
||||
|
Loading…
Reference in New Issue
Block a user