mirror of
https://github.com/mpv-player/mpv
synced 2024-10-26 07:22:17 +02:00
configure: drop extra standard compiler/linker flags for *BSD systems
Adding the standard library locations to the search path is doubtful behavior and unnecessary at least on FreeBSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34128 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: diego
This commit is contained in:
parent
c0c47c3474
commit
8a9348b079
9
configure
vendored
9
configure
vendored
@ -1016,15 +1016,6 @@ fi
|
||||
extra_cflags="-I. $extra_cflags"
|
||||
_timer=timer-linux.c
|
||||
_getch=getch2.c
|
||||
if freebsd ; then
|
||||
extra_ldflags="$extra_ldflags -L/usr/local/lib"
|
||||
extra_cflags="$extra_cflags -I/usr/local/include"
|
||||
fi
|
||||
|
||||
if netbsd || dragonfly ; then
|
||||
extra_ldflags="$extra_ldflags -L/usr/pkg/lib"
|
||||
extra_cflags="$extra_cflags -I/usr/pkg/include"
|
||||
fi
|
||||
|
||||
if darwin; then
|
||||
extra_cflags="-mdynamic-no-pic $extra_cflags"
|
||||
|
Loading…
Reference in New Issue
Block a user