adium 2256:95fc122f62c3: Enable Meanwhile support in the new bui...
commits at adium.im
commits at adium.im
Wed May 20 20:58:17 UTC 2009
details: http://hg.adium.im/adium/rev/95fc122f62c3
revision: 2256:95fc122f62c3
author: Ryan Govostes
date: Wed May 20 16:57:28 2009 -0400
Enable Meanwhile support in the new build script. We had to pass CFLAGS and LDFLAGS to make so that they'd be accessible by libtool.
diffstat:
Dependencies/build.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 466095d45b0c -r 95fc122f62c3 Dependencies/build.sh
--- a/Dependencies/build.sh Tue May 19 23:27:53 2009 -0700
+++ b/Dependencies/build.sh Wed May 20 16:57:28 2009 -0400
@@ -287,7 +287,7 @@
#
build_meanwhile() {
prereq "meanwhile" \
- "http://dl.sourceforge.net/sourceforge/meanwhile/meanwhile-1.0.2.tar.gz"
+ "http://dl.sf.net/sourceforge/meanwhile/meanwhile-1.0.2.tar.gz"
quiet pushd "$ROOTDIR/source/meanwhile"
@@ -328,7 +328,7 @@
fi
status "Building and installing Meanwhile"
- make
+ CFLAGS="$FLAGS" LDFLAGS="$FLAGS" make
make install
# Undo all the patches
@@ -476,7 +476,7 @@
--disable-avahi \
--disable-dbus \
--enable-gnutls=no \
- --enable-nss=no --disable-meanwhile
+ --enable-nss=no
# I disabled Kerberos support since 10.5's 64-bit Kerberos framework is
# missing some stuff.
More information about the commits
mailing list