mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets -O[1]
This commit is contained in:
parent
973d960d97
commit
8be3d7c8ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195006
4 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@ COMMENT= GStreamer plugin for pulseaudio
|
|||
|
||||
LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= lthack gnomehack
|
||||
|
|
|
@ -17,6 +17,7 @@ DISTNAME= gst-ffmpeg-${PORTVERSION}
|
|||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= GStreamer plug-in for manipulating MPEG video streams
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
USE_XLIB= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -29,6 +29,8 @@ LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \
|
|||
popt.0:${PORTSDIR}/devel/popt \
|
||||
oil-0.3.1:${PORTSDIR}/devel/liboil
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
|
||||
BASE_PORTVERSION= 0.10.13
|
||||
BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION}
|
||||
BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX}
|
||||
|
|
|
@ -18,6 +18,7 @@ COMMENT= Development framework for creating media applications
|
|||
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
||||
|
||||
CFLAGS:= ${CFLAGS} -O2
|
||||
USE_XLIB= yes
|
||||
USE_BISON= yes
|
||||
USE_BZIP2= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue