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/glib/2.19.2/1


Ignore:
Timestamp:
12/18/08 08:57:30 (7 years ago)
Author:
scottmc
Comment:

todo: run make check and post results

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/glib/2.19.2/1

    v1 v2  
    1   
     1Apply [http://ports.haiku-files.org/browser/haikuports/trunk/dev-libs/glib/glib-2.19.2-haiku.diff patch] then: 
     2 
     3 * cp /boot/common/share/libtool/config/config.*   
     4 * add `AC_CONFIG_MACRO_DIR([m4])' to configure.in 
     5        --This must be insterted after any lines containing  *_INIT*   
     6 * add ACLOCAL_AMFLAGS = -I m4 in Makefile.am. 
     7 
     8 * libtoolize --force --copy 
     9 * aclocal 
     10 * automake 
     11 * autoconf 
     12 
     13 * Remove the following line from configure: GTK_DOC_CHECK(1.8) 
     14 
     15 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CLFLAGS=-I/boot/common/include --disable-threads 
     16 
     17{{{ 
     18From the following files, remove this block of text: 
     19`/stuff-a/_code/glib-2.18.3/docs/reference/glib/Makefile' 
     20`/stuff-a/_code/glib-2.18.3/docs/reference/gio/Makefile' 
     21`/stuff-a/_code/glib-2.18.3/docs/reference/gobject/Makefile' 
     22# 
     23# Require gtk-doc when making dist 
     24# 
     25@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: 
     26@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: 
     27@ENABLE_GTK_DOC_FALSE@  @echo "*** gtk-doc must be installed and enabled in order to make dist" 
     28@ENABLE_GTK_DOC_FALSE@  @false 
     29:end_text 
     30}}} 
     31 
     32 * make 
     33 * make install 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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