aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-05-13 12:11:06 +0800
committermarcus <marcus@FreeBSD.org>2004-05-13 12:11:06 +0800
commit0c0a70e5d3555b6d92fe4447a17b04a2703da485 (patch)
tree8cde47276b09189cb110754b42f62ed9457dadb9 /devel
parent1268c2fecc11748203a0451fdf2d119c146347ef (diff)
downloadfreebsd-ports-gnome-0c0a70e5d3555b6d92fe4447a17b04a2703da485.tar.gz
freebsd-ports-gnome-0c0a70e5d3555b6d92fe4447a17b04a2703da485.tar.zst
freebsd-ports-gnome-0c0a70e5d3555b6d92fe4447a17b04a2703da485.zip
Revert previous commit now that it has been tagged for 4.10-RELEASE.
Diffstat (limited to 'devel')
-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>