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/4


Ignore:
Timestamp:
02/25/09 22:36:59 (6 years ago)
Author:
begasus
Comment:

--

Legend:

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

    v1 v2  
    1   
     1{{{ 
     2 
     3Copy the appropriate config.* files to ./build-aux 
     4 
     5For the following directories, 
     6        gettext-0.1.17/  
     7        gettext-0.1.17/autoconf-lib-link 
     8        gettext-0.1.17/gettext-runtime 
     9        gettext-0.1.17/gettext-tools 
     10   1) add `AC_CONFIG_MACRO_DIR([m4])' to configure.ac 
     11        --This must be insterted after any lines containing  *_INIT*   
     12   2) libtoolize --force --copy 
     13      in gettext-0.17/gettext-runtime/libasprintf ,   
     14        libtoolize --force --copy as well 
     15        Note: libasprintf does NOT need the AC_CONFIG_MACRO_DIR([m4]) edit 
     16 
     17in gettext-0.1.17, 
     18export EXTRA_CONF="--disable-java" 
     19export LDFLAGS="-lnetwork" 
     20 
     21edit gettext-0.17/gettext-tools/gnulib-lib/binary-io.h 
     22 line 33: 
     23  #ifdef __BEOS__  
     24 becomes : 
     25  #if defined __BEOS__ || defined __HAIKU__      
     26   
     27Same thing in ./gettext-runtime/intl/loadmsgcat.c (line 493) and ./gettext-tools/gnu-lib/fcntl.in.h (line 108) 
     28         
     29edit ./gettext-runtime/intl/vasnprintf.c 
     30        line 189 
     31        add Haiku 
     32         
     33edit ./gettext-runtime/libasprintf/vasnfrintf.c 
     34        line 189 
     35        add Haiku 
     36         
     37edit ./gettext-tools/gnulib-lib/float.in.h 
     38        line 27 
     39        add Haiku 
     40 
     41edit ./gettext-tools/gnulib-lib/term-ostream.c 
     42        line 1783 
     43        add Haiku 
     44         
     45edit ./gettext-tools/tests/gettext-4-prg.c 
     46        line 56 
     47        add Haiku 
     48         
     49edit ./gnulib-local/lib/term-ostream.oo.c 
     50        line 1806 
     51        add Haiku 
     52         
     53 
     54 
     55./autogen.sh --quick --skip-gnulib 
     56./configure --prefix=/boot/common 
     57make 
     58make install 
     59 
     60}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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