1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Force -O2 in CFLAGS to fix runtime in -CURRENT

This commit is contained in:
Michael Johnson 2007-07-05 12:21:06 +00:00
parent e79389466a
commit 640070333d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195009
4 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@ DISTNAME= gst-fluendo-mp3-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org MAINTAINER= multimedia@FreeBSD.org
COMMENT= Mp3 gstreamer plugin from fluendo COMMENT= Mp3 gstreamer plugin from fluendo
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes USE_GSTREAMER= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.a \ PLIST_FILES= lib/gstreamer-0.10/libgstflump3dec.a \

View File

@ -19,6 +19,7 @@ COMMENT= Shows the "moods" of audio tracks in Amarok
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
fftw3:${PORTSDIR}/math/fftw3 fftw3:${PORTSDIR}/math/fftw3
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes good USE_GSTREAMER= yes good
USE_GMAKE= yes USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15

View File

@ -14,6 +14,7 @@ DISTNAME= gst-fluendo-mpegdemux-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG2 demuxing gstreamer plugin from fluendo COMMENT= MPEG2 demuxing gstreamer plugin from fluendo
CFLAGS:= ${CFLAGS} -O2
USE_GSTREAMER= yes USE_GSTREAMER= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.a \ PLIST_FILES= lib/gstreamer-0.10/libgstflumpegdemux.a \

View File

@ -15,6 +15,7 @@ DISTNAME= gnonlin-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer lib for writing non-linear audio and video COMMENT= Gstreamer lib for writing non-linear audio and video
CFLAGS:= ${CFLAGS} -O2
USE_BZIP2= yes USE_BZIP2= yes
USE_GNOME= gnometarget USE_GNOME= gnometarget
GNU_CONFIGURE= yes GNU_CONFIGURE= yes