[mythtv-commits] Ticket #6709: Changeset [20797] breaks configure on FreeBSD

MythTV mythtv at cvs.mythtv.org
Fri Jul 10 15:02:44 UTC 2009


#6709: Changeset [20797] breaks configure on FreeBSD
---------------------------------------------------+------------------------
 Reporter:  Raymond Wagner <raymond at wagnerrp.com>  |       Owner:  ijr    
     Type:  defect                                 |      Status:  new    
 Priority:  critical                               |   Milestone:  0.22   
Component:  Ports - *BSD                           |     Version:  unknown
 Severity:  medium                                 |     Mlocked:  0      
---------------------------------------------------+------------------------
 The configure script will not automatically search through
 /usr/local/include causing configure to fail to pick up Lame (and likely
 other dependencies).  Normally, this is fixed just with a '--extra-
 cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib', however the
 change to configure in [20797] now results in:

 {{{
 -D_ISOC99_SOURCE: not found
 WARNING! An unknown C compiler flag in: "-I/usr/local/include". Option(s)
 will be ignored.
 }}}

 I'm looking through the diff to try to figure out what the problem is.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6709>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list