[Adium-commits] adium 2049:86ee99ab9534: untested 64 bit purple_make.sh
adium-commits at adiumx.com
adium-commits at adiumx.com
Fri May 1 05:25:49 UTC 2009
details: http://hg.adiumx.com/adium/rev/86ee99ab9534
revision: 2049:86ee99ab9534
author: David Smith <catfish.man at gmail.com>
date: Thu Apr 30 22:25:45 2009 -0700
untested 64 bit purple_make.sh
diffstat:
Utilities/dep-build-scripts/purple_make.sh | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 88d7a58c12b8 -r 86ee99ab9534 Utilities/dep-build-scripts/purple_make.sh
--- a/Utilities/dep-build-scripts/purple_make.sh Thu Apr 30 20:43:03 2009 -0700
+++ b/Utilities/dep-build-scripts/purple_make.sh Thu Apr 30 22:25:45 2009 -0700
@@ -14,7 +14,7 @@
# Read in our parameters
USER_REGENERATE=FALSE
-ARCHES=(ppc i386)
+ARCHES=(ppc i386 x86_64)
while [ $# -gt 0 ] ; do
case $1 in
--regenerate)
@@ -29,6 +29,10 @@
ARCHES=(i386)
shift 1
;;
+ --x86-64)
+ ARCHES=(x86-64)
+ shift 1
+ ;;
*)
echo "Invalid argument: $1"
shift 1
@@ -80,6 +84,13 @@
export PKG_CONFIG_PATH="$TARGET_DIR_I386/lib/pkgconfig"
TARGET_DIR=$TARGET_DIR_I386
;;
+ i386)
+ export HOST=x86_64-apple-darwin9
+ export PATH="$PATH_X86_64"
+ export ACLOCAL_FLAGS="-I $TARGET_DIR_X86_64/share/aclocal"
+ export PKG_CONFIG_PATH="$TARGET_DIR_X86_64/lib/pkgconfig"
+ TARGET_DIR=$TARGET_DIR_X86_64
+ ;;
esac
#Get access to the sasl headers
More information about the commits
mailing list