mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 20:00:37 +00:00
FreeBSD use /usr/local/lib, /usr/local/include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2525 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
48de89a7e5
commit
19a329800a
6
configure
vendored
6
configure
vendored
@ -426,6 +426,12 @@ fi
|
||||
# Let users use this stuff explicitly as command line argument.
|
||||
# In other words: It would be resonable have or only /usr/include
|
||||
# or only /usr/local/include.
|
||||
|
||||
if freebsd ; then
|
||||
_extralibdir=-L/usr/local/lib
|
||||
_extraincdir=-I/usr/local/include
|
||||
fi
|
||||
|
||||
if test -z "$_extralibdir" ; then
|
||||
_extralibdir=-L/usr/lib
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user