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 2 and Version 3 of dev-libs/libiconv/1.12/2


Ignore:
Timestamp:
08/28/08 08:06:08 (7 years ago)
Author:
scottmc
Comment:

no need for patch now, run autogen do some copying and then configure

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/libiconv/1.12/2

    v2 v3  
    1 Added [http://tools.assembla.com/BePorts/browser/BePorts/trunk/dev-libs/libiconv/libiconv-1.12-haiku.diff patch] to better support Haiku. 
     1Running ./autogen.sh will pull in a fresh gnulib lib from cvs which includes the Haiku fixes.  But it doesn't fix it for the libcharset folder.  So once the ./autogen.sh is run for libiconv, cd to libiconv, then copy in everything from root folder/build-aux to /libcharset/build-aux, run ./autogen.sh, then cd back to root and run ./configure, make, make install. 
    22 
     3 * ./autogen.sh 
     4 * cd libcharset 
     5 * cp ../build-aux/* build-aux/ 
     6 * ./autogen.sh 
     7 * cd .. 
     8 * ./configure --prefix=/boot/common 
     9 * make 
     10 * make install 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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