aboutsummaryrefslogtreecommitdiff
path: root/audio/amrcoder/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-12-03 11:12:18 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-12-03 11:12:18 +0000
commit3e1b8dda0a2e3c2f68b6b10fc04446dcc804917e (patch)
tree93d977b48b14d9880b0eb18f1526e156ce2dbba0 /audio/amrcoder/Makefile
parent534bdf49374f0bd0d6cf3cf2eeac7c6ed5ff589b (diff)
downloadports-3e1b8dda0a2e3c2f68b6b10fc04446dcc804917e.tar.gz
ports-3e1b8dda0a2e3c2f68b6b10fc04446dcc804917e.zip
Notes
Diffstat (limited to 'audio/amrcoder/Makefile')
-rw-r--r--audio/amrcoder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amrcoder/Makefile b/audio/amrcoder/Makefile
index acd67913d7ef..62024bc61f9c 100644
--- a/audio/amrcoder/Makefile
+++ b/audio/amrcoder/Makefile
@@ -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>