From 0e66c402891c720f6ceec24f1688f87165c397f6 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sun, 30 Sep 2012 00:09:15 +0000 Subject: [PATCH] - Fix build on i386 Reported by: beat --- x11-toolkits/qt4pas/Makefile | 2 -- 1 file changed, 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}