mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
df39e177e1
commit
ab974f1b75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109210
@ -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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (KDE/qt-x11-free-3.3.1.tar.bz2) = 4e599bedfcb3fe389bc7ec921c476432
|
||||
SIZE (KDE/qt-x11-free-3.3.1.tar.bz2) = 14397600
|
||||
MD5 (KDE/qt-x11-free-3.3.2.tar.bz2) = 903cad618274ad84d7d13fd0027a6c3c
|
||||
SIZE (KDE/qt-x11-free-3.3.2.tar.bz2) = 14434821
|
||||
|
Loading…
Reference in New Issue
Block a user