aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2012-09-30 08:09:15 +0800
committeracm <acm@FreeBSD.org>2012-09-30 08:09:15 +0800
commit19787b1012eb78631d2e99149d2118613dd1cfc0 (patch)
treeb33856bc02b218dd36e871d02e5d47fc89f7ced4
parente2574045454352dd86cf4641ace655d1b4b939fc (diff)
downloadfreebsd-ports-gnome-19787b1012eb78631d2e99149d2118613dd1cfc0.tar.gz
freebsd-ports-gnome-19787b1012eb78631d2e99149d2118613dd1cfc0.tar.zst
freebsd-ports-gnome-19787b1012eb78631d2e99149d2118613dd1cfc0.zip
- Fix build on i386
Reported by: beat
-rw-r--r--x11-toolkits/qt4pas/Makefile2
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}