HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog
PortLog:media-libs/agar/1.3.3

Context Navigation

  • Up
  • Start Page
  • Index
  • History

Last modified 6 years ago

agar 1.3.3

Dependencies: none specified

cp /boot/common/share/libtool/config/config.* ./mk/libtool/ (libtoolize doesn't work here) ./configure --prefix=common (first time do this to create libtool) cp /boot/common/share/libtool/config/ltmain.sh ./mk/libtool/

needed to do this otherwise libtool was not created

run configure again

edit ./gui/units.c + ./include/agar/math/m_line.h (undeclared HUGE_VAL) add:

    #if (defined(__BEOS__) || defined(__HAIKU__))
    #include <math.h> /* declares HUGE_VAL */
    #endif

make make install

(does not seem to build/create shared libs)

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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