diff options
-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} |