[mythtv-commits] Ticket #4751: unbreak build on FreeBSD

MythTV mythtv at cvs.mythtv.org
Wed Oct 1 03:38:20 UTC 2008


#4751: unbreak build on FreeBSD
-------------------------------------------+--------------------------------
 Reporter:  dekarl at spaetfruehstuecken.org  |        Owner:  nigel  
     Type:  defect                         |       Status:  started
 Priority:  minor                          |    Milestone:  0.22   
Component:  mythtv                         |      Version:  head   
 Severity:  medium                         |   Resolution:         
  Mlocked:  0                              |  
-------------------------------------------+--------------------------------

Comment(by nigel):

 Thanks, but that is a 0.21 build. I wanted to start with SVN head (future
 0.22). These steps did the trick:
 {{{
 cd /usr/ports/devel/qt4
 sudo make install
 cd /usr/local/share/qt4/mkspecs
 sudo ln -s freebsd-g++ default
 cd /usr/ports/audio/lame
 sudo make install
 QTDIR=/usr/local
 export QTDIR
 CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure
 --qmake=/usr/local/bin/qmake-qt4
 make
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4751#comment:6>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list