summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 21:44:23 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-28 21:44:23 +0000
commit19a329800ad4929de602fa61ecdd5aa05b0b0ded (patch)
treee49e0eb31b05bf609f40589b54d1adf27177b365 /configure
parent48de89a7e50b9b1cda1a8a296489e65f71b11f3a (diff)
downloadmpv-19a329800ad4929de602fa61ecdd5aa05b0b0ded.tar.bz2
mpv-19a329800ad4929de602fa61ecdd5aa05b0b0ded.tar.xz
FreeBSD use /usr/local/lib, /usr/local/include
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2525 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 8af4f76048..1ffdcad33a 100755
--- a/configure
+++ b/configure
@@ -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