- Fix build

Reported by:	pkg-fallouot
This commit is contained in:
Jose Alonso Cardenas Marquez 2017-07-09 02:28:50 +00:00
parent 5bb0b7b5df
commit d5c5c44374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445361

View file

@ -20,4 +20,7 @@ QT5_VER_MIN= 5.6.1
IGNORE= please update your current qt5 version to ${QT5_VER_MIN}
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt5Pas.pro
.include <bsd.port.post.mk>