diff options
author | ahze <ahze@FreeBSD.org> | 2007-07-05 20:21:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-07-05 20:21:06 +0800 |
commit | 9e3dc9b579e0bf074e64dcadf52f8f4de12f8b29 (patch) | |
tree | 9bbcf05f999d70bb611e4e1ede9706b33d0e8ef2 /audio/gstreamer-plugins-moodbar | |
parent | 789babbc93b642711956f25ce2eb414649f404ca (diff) | |
download | freebsd-ports-gnome-9e3dc9b579e0bf074e64dcadf52f8f4de12f8b29.tar.gz freebsd-ports-gnome-9e3dc9b579e0bf074e64dcadf52f8f4de12f8b29.tar.zst freebsd-ports-gnome-9e3dc9b579e0bf074e64dcadf52f8f4de12f8b29.zip |
Force -O2 in CFLAGS to fix runtime in -CURRENT
Diffstat (limited to 'audio/gstreamer-plugins-moodbar')
-rw-r--r-- | audio/gstreamer-plugins-moodbar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/gstreamer-plugins-moodbar/Makefile b/audio/gstreamer-plugins-moodbar/Makefile index 19266b7d3bb8..65e4eb1f4d1f 100644 --- a/audio/gstreamer-plugins-moodbar/Makefile +++ b/audio/gstreamer-plugins-moodbar/Makefile @@ -19,6 +19,7 @@ COMMENT= Shows the "moods" of audio tracks in Amarok LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \ fftw3:${PORTSDIR}/math/fftw3 +CFLAGS:= ${CFLAGS} -O2 USE_GSTREAMER= yes good USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |