Mercurial > mplayer.hg
changeset 2524:b8453759cfb1
FreeBSD use /usr/local/lib, /usr/local/include
author | nexus |
---|---|
date | Sun, 28 Oct 2001 21:44:23 +0000 |
parents | 42580155ec4d |
children | 125af7039fcb |
files | configure |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Oct 28 20:23:48 2001 +0000 +++ b/configure Sun Oct 28 21:44:23 2001 +0000 @@ -426,6 +426,12 @@ # 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