diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-09-30 00:09:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2012-09-30 00:09:15 +0000 |
commit | 0e66c402891c720f6ceec24f1688f87165c397f6 (patch) | |
tree | b33856bc02b218dd36e871d02e5d47fc89f7ced4 /x11-toolkits/qt4pas | |
parent | e7b59d2687b29ad49dc3567cf6c06423a59efd58 (diff) |
- Fix build on i386
Reported by: beat
Notes
Notes:
svn path=/head/; revision=305057
Diffstat (limited to 'x11-toolkits/qt4pas')
-rw-r--r-- | x11-toolkits/qt4pas/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-toolkits/qt4pas/Makefile b/x11-toolkits/qt4pas/Makefile index 20097435ad55..0984a333f68c 100644 --- a/x11-toolkits/qt4pas/Makefile +++ b/x11-toolkits/qt4pas/Makefile @@ -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} |