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 sys-devel/gettext/0.17/2


Ignore:
Timestamp:
09/30/08 13:31:55 (7 years ago)
Author:
scottmc
Comment:

new build attempt with haiku r27794 which fixed a couple bugs that affected gettext building

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/gettext/0.17/2

    v1 v2  
    1   
     1 * Apply [http://ports.haiku-files.org/browser/haikuports/trunk/sys-devel/gettext/gettext-CVS.diff patch] 
     2 * cp /boot/home/config/share/libtool/config.guess build-aux/. 
     3 * cp /boot/home/config/share/libtool/config.sub build-aux/. 
     4 * export EXTRA_CONF="--disable-java" 
     5 * export LDFLAGS="-lnetwork" 
     6 * libtoolize --force --copy 
     7 * aclocal 
     8 * automake 
     9 * autoconf 
     10 * cd gettext-tools 
     11 * autoreconf 
     12 * cd ../gettext-runtime 
     13 * autoreconf 
     14 * cd .. 
     15 * ./configure --prefix=/boot/common LDFLAGS=$LDFLAGS $EXTRA_CONF --enable-shared 
     16 * make 
     17 * make install 
     18 
     19Note, gettext takes a long time to build, I'll update this with build results from using these steps. 
     20 
     21 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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