[MPlayer-cvslog] r34128 - trunk/configure

diego subversion at mplayerhq.hu
Fri Sep 23 18:08:16 CEST 2011


Author: diego
Date: Fri Sep 23 18:08:15 2011
New Revision: 34128

Log:
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.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Sep 23 16:26:24 2011	(r34127)
+++ trunk/configure	Fri Sep 23 18:08:15 2011	(r34128)
@@ -1506,15 +1506,6 @@ extra_cflags="-I. -Iffmpeg $extra_cflags
 extra_ldflags="-lm $extra_ldflags"
 _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"


More information about the MPlayer-cvslog mailing list