aboutsummaryrefslogtreecommitdiff
path: root/tools/osx/ios-depends
diff options
context:
space:
mode:
authorbeenje <beenje@xbmc.org>2011-03-19 10:09:04 +0100
committerbeenje <beenje@xbmc.org>2011-03-20 19:53:25 +0100
commit423a3f7ca8bca377ab05218bd93ea6094c54f772 (patch)
tree3f90fc7e3b558cddbcb2ad7b01769eacca3bdb37 /tools/osx/ios-depends
parentf5605cd352445aa0ed1db0dc6e1ca36e95da807b (diff)
[osx] fixed: incorrect prefix and missing path in osx/ios-depends Makefiles
Diffstat (limited to 'tools/osx/ios-depends')
-rw-r--r--tools/osx/ios-depends/autoconf/Makefile1
-rw-r--r--tools/osx/ios-depends/automake/Makefile1
-rw-r--r--tools/osx/ios-depends/dpkg/Makefile1
-rw-r--r--tools/osx/ios-depends/pkg-config/Makefile1
-rw-r--r--tools/osx/ios-depends/tar/Makefile1
5 files changed, 5 insertions, 0 deletions
diff --git a/tools/osx/ios-depends/autoconf/Makefile b/tools/osx/ios-depends/autoconf/Makefile
index f4e13ff866..f0ac0aeed9 100644
--- a/tools/osx/ios-depends/autoconf/Makefile
+++ b/tools/osx/ios-depends/autoconf/Makefile
@@ -19,6 +19,7 @@ ARCHIVE_TOOL_FLAGS=xf
# configuration settings
PREFIX:=/Users/Shared/xbmc-depends/ios-4.2_arm7
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX)
LIBDYLIB=$(SOURCE)/bin/autoconf
diff --git a/tools/osx/ios-depends/automake/Makefile b/tools/osx/ios-depends/automake/Makefile
index 65fc445ed9..4aee85bf2d 100644
--- a/tools/osx/ios-depends/automake/Makefile
+++ b/tools/osx/ios-depends/automake/Makefile
@@ -20,6 +20,7 @@ ARCHIVE_TOOL_FLAGS=xf
# configuration settings
PREFIX:=/Users/Shared/xbmc-depends/ios-4.2_arm7
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX)
LIBDYLIB=$(SOURCE)/bin/automake
diff --git a/tools/osx/ios-depends/dpkg/Makefile b/tools/osx/ios-depends/dpkg/Makefile
index c45bc8b2c9..12cdf28fae 100644
--- a/tools/osx/ios-depends/dpkg/Makefile
+++ b/tools/osx/ios-depends/dpkg/Makefile
@@ -20,6 +20,7 @@ ARCHIVE_TOOL_FLAGS=xf
export LIBTOOL=builds/unix/libtool
PREFIX:=/Users/Shared/xbmc-depends/ios-4.2_arm7
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX) --enable-static --disable-shared
CLEAN_FILES=$(ARCHIVE) $(SOURCE_DEBIAN)
diff --git a/tools/osx/ios-depends/pkg-config/Makefile b/tools/osx/ios-depends/pkg-config/Makefile
index dbf0594be9..71f04d0a0c 100644
--- a/tools/osx/ios-depends/pkg-config/Makefile
+++ b/tools/osx/ios-depends/pkg-config/Makefile
@@ -19,6 +19,7 @@ ARCHIVE_TOOL_FLAGS=xf
# configuration settings
PREFIX:=/Users/Shared/xbmc-depends/ios-4.2_arm7
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX) --enable-indirect-deps --with-pc-path=$(PREFIX)/lib/pkgconfig:$(PREFIX)/share/pkgconfig
LIBDYLIB=$(SOURCE)/bin/pkg-config
diff --git a/tools/osx/ios-depends/tar/Makefile b/tools/osx/ios-depends/tar/Makefile
index 9c18b56a08..62cf9bcbd3 100644
--- a/tools/osx/ios-depends/tar/Makefile
+++ b/tools/osx/ios-depends/tar/Makefile
@@ -20,6 +20,7 @@ ARCHIVE_TOOL_FLAGS=xf
export LIBTOOL=builds/unix/libtool
PREFIX:=/Users/Shared/xbmc-depends/ios-4.2_arm7
+export PATH:=$(PREFIX)/bin:$(PATH)
CONFIGURE=./configure --prefix=$(PREFIX) \
--program-transform-name=s/tar/gtar/ --disable-dependency-tracking