summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg045
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 18:33:02 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-10 18:33:02 +0000
commit8a44be9a382a10d92be19802d8d61988c59ddbf0 (patch)
tree3e745482da417a46b4f165ccf7b8f6dbd19a3f85 /multimedia/ffmpeg045
parentRollback previous commit: I downgraded the grabbing code. It should (diff)
o Remove trailing spaces
o Remove spurious blank line Submitted by: portlint tool
Notes
Notes: svn path=/head/; revision=72855
Diffstat (limited to 'multimedia/ffmpeg045')
-rw-r--r--multimedia/ffmpeg045/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/ffmpeg045/Makefile b/multimedia/ffmpeg045/Makefile
index b0db58d9fad2..4bf717577b4d 100644
--- a/multimedia/ffmpeg045/Makefile
+++ b/multimedia/ffmpeg045/Makefile
@@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --enable-mp3lame
## optimization
.ifdef(WITH_OPTIMIZED_CFLAGS)
CONFIGURE_ARGS+= --extra-cflags="${CFLAGS} -I${LOCALBASE}/include \
- -O3 -ffast-math -fomit-frame-pointer"
+ -O3 -ffast-math -fomit-frame-pointer"
.else
CONFIGURE_ARGS+= --extra-cflags="${CFLAGS} -I${LOCALBASE}/include"
.endif
@@ -177,5 +177,4 @@ post-install:
# show PKGMESSAGE
@${CAT} ${PKGMESSAGE}
-
.include <bsd.port.post.mk>