[MacPorts] #27871: xplanet +aqua does not build on a case-sensitive filesystem

MacPorts noreply at macports.org
Wed Jan 5 06:50:20 PST 2011


#27871: xplanet +aqua does not build on a case-sensitive filesystem
---------------------------------+------------------------------------------
 Reporter:  rechner@…            |       Owner:  macports-tickets@…                   
     Type:  defect               |      Status:  new                                  
 Priority:  Normal               |   Milestone:                                       
Component:  ports                |     Version:  1.9.2                                
 Keywords:                       |        Port:  xplanet                              
---------------------------------+------------------------------------------
 I reported this bug about two years ago
 [http://xplanet.sourceforge.net/FUDforum2/index.php?t=msg&th=507&start=0&S=7b21def93159d7384195d52bdcf81b56
 on the xplanet forum], and the problem is supposedly fixed in xplanet
 subversion... but since no new release has been made for quite some time
 it might be worth patching the 1.2.1 release for Macports.


 {{{
 #include <Quicktime/Quicktime.h>
 }}}


 in '''src/libimage/WriteImageQT.cpp''' should be changed to

 {{{

 #include <QuickTime/QuickTime.h>
 }}}


 and

 {{{

 AQUA_LIBS="-framework Quicktime"

 }}}

 in '''configure''' should be


 {{{
 AQUA_LIBS="-framework QuickTime"
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/27871>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list