HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of media-libs/agar/1.3.3


Ignore:
Timestamp:
03/08/09 06:41:28 (6 years ago)
Author:
begasus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/agar/1.3.3

    v1 v2  
    1   
     1cp /boot/common/share/libtool/config/config.* ./mk/libtool/ (libtoolize doesn't work here) 
     2./configure --prefix=common (first time do this to create libtool) 
     3cp /boot/common/share/libtool/config/ltmain.sh ./mk/libtool/ 
     4    needed to do this otherwise libtool was not created 
     5run configure again 
     6 
     7edit ./gui/units.c + ./include/agar/math/m_line.h (undeclared HUGE_VAL) 
     8add: 
     9 
     10{{{ 
     11    #if (defined(__BEOS__) || defined(__HAIKU__)) 
     12    #include <math.h> /* declares HUGE_VAL */ 
     13    #endif 
     14 
     15}}} 
     16 
     17make 
     18make install 
     19 
     20(does not seem to build/create shared libs) 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/