glib2: make it build.

This commit is contained in:
Adrien Destugues
2014-04-20 11:05:47 +02:00
parent 8c940b3439
commit 8e52e33c01

View File

@@ -13,6 +13,9 @@ systems without major changes
HOMEPAGE="http://www.gtk.org/"
SRC_URI="http://ftp.gnome.org/pub/gnome/sources/glib/2.38/glib-2.38.1.tar.xz"
CHECKSUM_MD5="f3f6789151c1810f2fe23fe9ebb8b828"
CHECKSUM_SIZE="6679488"
CHECKSUM_RMD160="b1a04a85553d823d52aeeec795715a04050c9eac"
CHECKSUM_SHA512="8471d8d3468040d551e0f34f6818f5839c7109be25d8b62d9b3c789940a7b1fd4fe903fa755cb6b2700509aa791ba9cbce3d80f36c40c9a99f270dcdcc55e79b"
LICENSE="GNU LGPL v2"
COPYRIGHT="1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
1991-2003 Free Software Foundation, Inc.
@@ -75,7 +78,7 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:make
cmd:pkg_config
cmd:pkg_config$secondaryArchSuffix
cmd:python
"
@@ -88,7 +91,11 @@ BUILD()
libtoolize --force --copy --install
aclocal
autoconf
runConfigure ./configure
runConfigure ./configure --disable-maintainer-mode
# There seem to be a problem with libtool, and without this some libraries
# would not be found during the build.
ln -s ../../glib/.libs gobject/.libs/lib
make $jobArgs
}