svn commit: r303532 - head/x11-toolkits/qt4pas
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Sun Sep 2 06:30:31 UTC 2012
Author: acm
Date: Sun Sep 2 06:30:30 2012
New Revision: 303532
URL: http://svn.freebsd.org/changeset/ports/303532
Log:
- Remove BROKEN on i386
Reported by: erwin
Modified:
head/x11-toolkits/qt4pas/Makefile
Modified: head/x11-toolkits/qt4pas/Makefile
==============================================================================
--- head/x11-toolkits/qt4pas/Makefile Sun Sep 2 05:29:18 2012 (r303531)
+++ head/x11-toolkits/qt4pas/Makefile Sun Sep 2 06:30:30 2012 (r303532)
@@ -7,6 +7,7 @@
PORTNAME= qt4pas
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://users.telenet.be/Jan.Van.hijfte/qtforfpc/V${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/^/V/}_Qt${QT4_VER_MIN}
@@ -22,14 +23,15 @@ QT4_VER_MIN= 4.5.3
.include <bsd.port.pre.mk>
-.if ${ARCH} == i386
-BROKEN= does not build
-.endif
-
.if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g}
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}
More information about the svn-ports-all
mailing list