svn commit: r305057 - head/x11-toolkits/qt4pas

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sun Sep 30 00:09:16 UTC 2012


Author: acm
Date: Sun Sep 30 00:09:15 2012
New Revision: 305057
URL: http://svn.freebsd.org/changeset/ports/305057

Log:
  - Fix build on i386
  
  Reported by:	beat

Modified:
  head/x11-toolkits/qt4pas/Makefile

Modified: head/x11-toolkits/qt4pas/Makefile
==============================================================================
--- head/x11-toolkits/qt4pas/Makefile	Sat Sep 29 23:41:05 2012	(r305056)
+++ head/x11-toolkits/qt4pas/Makefile	Sun Sep 30 00:09:15 2012	(r305057)
@@ -28,9 +28,7 @@ IGNORE=	Please update your current qt4 v
 .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