1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Fix build on i386

Reported by:	beat
This commit is contained in:
Jose Alonso Cardenas Marquez 2012-09-30 00:09:15 +00:00
parent e7b59d2687
commit 0e66c40289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305057

View File

@ -28,9 +28,7 @@ IGNORE= Please update your current qt4 version to ${QT4_VER_MIN}
.endif
post-patch:
.if ${OSVERSION} >= 1000000
@${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt4Pas.pro
.endif
pre-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}