mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 20:28:02 +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.
|
# Let users use this stuff explicitly as command line argument.
|
||||||
# In other words: It would be resonable have or only /usr/include
|
# In other words: It would be resonable have or only /usr/include
|
||||||
# or only /usr/local/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
|
if test -z "$_extralibdir" ; then
|
||||||
_extralibdir=-L/usr/lib
|
_extralibdir=-L/usr/lib
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user