[Mplayer-cvslog] CVS: main configure,1.214,1.215

Bohdan 'Nexus' Horst nexus at mplayer.dev.hu
Sun Oct 28 22:45:13 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv31858

Modified Files:
	configure 
Log Message:
FreeBSD use /usr/local/lib, /usr/local/include

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- configure	27 Oct 2001 17:41:54 -0000	1.214
+++ configure	28 Oct 2001 21:44:23 -0000	1.215
@@ -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




More information about the MPlayer-cvslog mailing list