Changes between Version 3 and Version 4 of dev-libs/glib/1.2.10/1
- Timestamp:
- 09/15/09 04:42:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/glib/1.2.10/1
v3 v4 1 wget [http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz pkg-config 0.23 http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz pkg-config 0.23] 2 1 {{{ 2 wget http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz 3 3 cd pkg-config-0.23 4 4 … … 6 6 patch -p0 -i pkgconfig_glib-1.2.10-installable.diff 7 7 8 cp /boot/common/share/libtool/config/config.guess . [[BR]]9 cp /boot/common/share/libtool/config/config.sub . [[BR]]10 libtoolize --force --copy [[BR]]11 aclocal [[BR]]12 automake [[BR]]13 autoconf [[BR]]14 configure --prefix=/boot/common [[BR]]15 make [[BR]]16 make check [[BR]]17 make install [[BR]]18 8 cp /boot/common/share/libtool/config/config.guess . 9 cp /boot/common/share/libtool/config/config.sub . 10 libtoolize --force --copy 11 aclocal 12 automake 13 autoconf 14 configure --prefix=/boot/common 15 make 16 make check 17 make install 18 }}}
