1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02: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:
nexus 2001-10-28 21:44:23 +00:00
parent 48de89a7e5
commit 19a329800a

6
configure vendored
View File

@ -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