From 8a9348b079acca4b756ee88def533193150c773d Mon Sep 17 00:00:00 2001 From: mplayer-svn Date: Fri, 23 Sep 2011 16:08:15 +0000 Subject: 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 --- configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3