Revert previous commit now that it has been tagged for 4.10-RELEASE.

This commit is contained in:
Joe Marcus Clarke 2004-05-13 04:11:06 +00:00
parent 75dafdac7a
commit a9c243dc63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109045

View File

@ -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>