aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/ffmpeg045
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-01-11 02:33:02 +0800
committerlioux <lioux@FreeBSD.org>2003-01-11 02:33:02 +0800
commitff43463944258158e38e74ac7d0140a93e79adcd (patch)
treee356dbba7fc8a76588b8bcb7dbf4918f8a46a296 /multimedia/ffmpeg045
parente1dd988fe5191391fcc2ab4cf17c3e5a764a9b2d (diff)
downloadfreebsd-ports-gnome-ff43463944258158e38e74ac7d0140a93e79adcd.tar.gz
freebsd-ports-gnome-ff43463944258158e38e74ac7d0140a93e79adcd.tar.zst
freebsd-ports-gnome-ff43463944258158e38e74ac7d0140a93e79adcd.zip
o Remove trailing spaces
o Remove spurious blank line Submitted by: portlint tool
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>