Mercurial > mplayer.hg
changeset 35908:6796199fb62a
configure: Drop _BSD_SOURCE from CPPFLAGS for non-gcc compilers.
The flag was added for old ICC versions and is unlikely to be a correct fix.
author | diego |
---|---|
date | Sun, 17 Mar 2013 22:47:43 +0000 |
parents | 05916e37848e |
children | bc57212092a8 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Mar 17 22:47:41 2013 +0000 +++ b/configure Sun Mar 17 22:47:43 2013 +0000 @@ -2731,7 +2731,7 @@ cflag_check -Wmissing-prototypes && WARN_CFLAGS="-Wmissing-prototypes $WARN_CFLAGS" cflag_check -Wstrict-prototypes && WARN_CFLAGS="-Wstrict-prototypes $WARN_CFLAGS" else - CFLAGS="-D_ISOC99_SOURCE -D_BSD_SOURCE $CFLAGS" + CFLAGS="-D_ISOC99_SOURCE $CFLAGS" fi cflag_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer"