summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2011-09-23 16:08:15 +0000
committerwm4 <wm4@nowhere>2012-08-03 01:26:54 +0200
commit8a9348b079acca4b756ee88def533193150c773d (patch)
treea84480394d76ffe139874f33a116d3a57d53be85 /configure
parentc0c47c34747a1958af4eac0c7c167264fddfee4f (diff)
downloadmpv-8a9348b079acca4b756ee88def533193150c773d.tar.bz2
mpv-8a9348b079acca4b756ee88def533193150c773d.tar.xz
configure: drop extra standard compiler/linker flags for *BSD systems
Adding the standard library locations to the search path is doubtful behavior and unnecessary at least on FreeBSD. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34128 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: diego
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure
index 2fd94366bd..a889ba25dd 100755
--- a/configure
+++ b/configure
@@ -1016,15 +1016,6 @@ fi
extra_cflags="-I. $extra_cflags"
_timer=timer-linux.c
_getch=getch2.c
-if freebsd ; then
- extra_ldflags="$extra_ldflags -L/usr/local/lib"
- extra_cflags="$extra_cflags -I/usr/local/include"
-fi
-
-if netbsd || dragonfly ; then
- extra_ldflags="$extra_ldflags -L/usr/pkg/lib"
- extra_cflags="$extra_cflags -I/usr/pkg/include"
-fi
if darwin; then
extra_cflags="-mdynamic-no-pic $extra_cflags"