- Remove optimization flags from the port's own Makefile

Feature safe:	yes
Reported by:	danfe@, ale@
This commit is contained in:
Pietro Cerutti 2012-12-03 11:12:18 +00:00
parent 534bdf4937
commit 3e1b8dda0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308137

View File

@ -19,6 +19,6 @@ post-extract:
@${RM} ${WRKSRC}/*.o
post-patch:
${REINPLACE_CMD} -e 's|O4|O3|' ${WRKSRC}/${MAKEFILE}
${REINPLACE_CMD} -e 's|-O4||' ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>