aboutsummaryrefslogtreecommitdiff
path: root/devel/qmake/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-05-15 14:57:57 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-05-15 14:57:57 +0000
commitab974f1b757fd5f9aa5f9f02af90abbd4b2288e7 (patch)
treebe5daa2a9aedf742f8b98466dfb285da4d8e238a /devel/qmake/Makefile
parentdf39e177e1e832706c929eaa3f7aeff225e72c1f (diff)
downloadports-ab974f1b757fd5f9aa5f9f02af90abbd4b2288e7.tar.gz
ports-ab974f1b757fd5f9aa5f9f02af90abbd4b2288e7.zip
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.
Notes
Notes: svn path=/head/; revision=109210
Diffstat (limited to 'devel/qmake/Makefile')
-rw-r--r--devel/qmake/Makefile10
1 files changed, 8 insertions, 2 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+CXXFLAGS+= -mieee
+.endif
+
+.include <bsd.port.post.mk>