mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated script to automatically download a needed patch.
This commit is contained in:
@@ -9,6 +9,7 @@ WGET_CMD='wget --quiet'
|
||||
DEP_URLS=( \
|
||||
'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=build-aux/config.guess' \
|
||||
'http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=build-aux/config.sub' \
|
||||
'http://ports.haiku-files.org/svn/haikuports/trunk/dev-libs/glib/pkgconfig_glib-1.2.10-installable.diff' \
|
||||
'http://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz' \
|
||||
'http://pkgconfig.freedesktop.org/releases/pkg-config-0.23.tar.gz' \
|
||||
'http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/source/libIDL-0.6.8.tar.gz' )
|
||||
@@ -135,7 +136,7 @@ function build_glib ()
|
||||
{
|
||||
cd "$CWD"/dependencies/pkg-config-0.23/
|
||||
echo "`pwd`"
|
||||
patch -p0 -N -i "$CWD"/pkgconfig_glib-installable-Naur.diff
|
||||
patch -p0 -N -i "$DOWNLOADS"/pkgconfig_glib-1.2.10-installable.diff
|
||||
cd glib-1.2.10
|
||||
libtoolize --force --copy
|
||||
aclocal
|
||||
|
||||
Reference in New Issue
Block a user