aboutsummaryrefslogtreecommitdiffstats
path: root/audio/amrcoder
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-12-03 19:12:18 +0800
committergahr <gahr@FreeBSD.org>2012-12-03 19:12:18 +0800
commit6299328199538115350da8916b500116b7646354 (patch)
tree93d977b48b14d9880b0eb18f1526e156ce2dbba0 /audio/amrcoder
parent549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24 (diff)
downloadfreebsd-ports-gnome-6299328199538115350da8916b500116b7646354.tar.gz
freebsd-ports-gnome-6299328199538115350da8916b500116b7646354.tar.zst
freebsd-ports-gnome-6299328199538115350da8916b500116b7646354.zip
- Remove optimization flags from the port's own Makefile
Feature safe: yes Reported by: danfe@, ale@
Diffstat (limited to 'audio/amrcoder')
-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>