From ab974f1b757fd5f9aa5f9f02af90abbd4b2288e7 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sat, 15 May 2004 14:57:57 +0000 Subject: Update from 3.2.1 to 3.2.2 (released at the end of April). Add a an explicit ``-mieee'' for Alphas, which seems to be required. According to lofi (the source for the fix), this flag is implicitly on on all Linux/axp distros. --- devel/qmake/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'devel/qmake/Makefile') diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile index fca85c13fca6..884d2b5906db 100644 --- a/devel/qmake/Makefile +++ b/devel/qmake/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qmake -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.silug.org/pub/qt/ \ @@ -63,4 +63,10 @@ do-configure: ${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/qmodules.h ${LN} -s . ${WRKDIR}/${DISTNAME}/src/tools/private -.include +.include + +.if ${ARCH} == "alpha" +CXXFLAGS+= -mieee +.endif + +.include -- cgit v1.2.3