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 dev-libs/libiconv/1.13/1


Ignore:
Timestamp:
05/22/09 08:24:02 (6 years ago)
Author:
scottmc
Comment:

initial build of 1.13

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libiconv/1.13/1

    v1 v2  
    1   
     1Building this requires git, gperf, and maybe groff.[[BR]] 
     2No patches were needed, as previous patches for Haiku have been incorporated upstream.[[BR]] 
     3Run ./autogen.sh in libiconv folder and then in the libcharset folder.  Then run libtoolize --force --copy, if it suggests you add "AC_CONFIG_MACRO_DIR([m4])" to configure.ac add it in after the first line with INIT it it[[BR]] 
     4aclocal -I m4 -I srcm4, if you get any missing marco warnings, find out which .m4 file they are defined in and copy them to the m4 folder and rerun aclocal -I m4[[BR]] 
     5autoconf[[BR]] 
     6autoheader[[BR]] 
     7automake, if it suggests needing --add-missing, rerun with --add-missing[[BR]] 
     8make[[BR]] 
     9make install[[BR]] 
     10 
     11If anyone finds an easier build sequence please post your portlog. 
     12 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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