diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-03 19:12:18 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-03 19:12:18 +0800 |
commit | 6299328199538115350da8916b500116b7646354 (patch) | |
tree | 93d977b48b14d9880b0eb18f1526e156ce2dbba0 /audio/amrcoder | |
parent | 549a10bf8a3fb76ad5e8f4eafca3243b0c3c0d24 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |