aboutsummaryrefslogtreecommitdiff
path: root/devel/qmake
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-13 04:11:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-05-13 04:11:06 +0000
commita9c243dc637b728167d0e8bab89e8bb9fd197331 (patch)
treef4f976c01f1b02c7bd9b35d9f6bd2ea5a386429d /devel/qmake
parent75dafdac7af36889bb86071b4aaf6de1d4c7557c (diff)
Notes
Diffstat (limited to 'devel/qmake')
-rw-r--r--devel/qmake/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/qmake/Makefile b/devel/qmake/Makefile
index ac17af8f473c..fca85c13fca6 100644
--- a/devel/qmake/Makefile
+++ b/devel/qmake/Makefile
@@ -42,12 +42,6 @@ post-install:
${CP} -Rp '${WRKSRC:H}/doc/html' '${DOCSDIR}'
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH}=="alpha"
-CXXFLAGS+= -mieee
-.endif
-
post-patch:
@${RM} -fr ${WRKSRC}/examples ${WRKSRC}/tutorial
@${REINPLACE_CMD} -e 's,-O2,${CXXFLAGS},' \
@@ -69,4 +63,4 @@ do-configure:
${LN} ${WRKSRC}/qconfig.h ${WRKSRC}/qmodules.h
${LN} -s . ${WRKDIR}/${DISTNAME}/src/tools/private
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>