From a370ab96d198c73735de78e237ca7cf9c0e6ae0f Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Mon, 9 Aug 2010 09:01:26 +0000
Subject: [PATCH] temp. for team laptop, needs i386 flag for compiles until
 macports 64 bit version installed.

---
 scripts/build_config.mpb101217i | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100755 scripts/build_config.mpb101217i

diff --git a/scripts/build_config.mpb101217i b/scripts/build_config.mpb101217i
new file mode 100755
index 000000000..5fa3cd56f
--- /dev/null
+++ b/scripts/build_config.mpb101217i
@@ -0,0 +1,30 @@
+#!/bin/echo dot script please source
+
+# Temporary, use for team laptop until 64-bit macports version available.
+#
+# Needs the i386 flag for compile and link.
+#
+
+CFLAGS_args="$CFLAGS_args -arch i386"
+
+
+GLIB_GENMARSHAL=/opt/local/bin/glib-genmarshal
+export GLIB_GENMARSHAL
+
+GTK_PREFIX=/opt/local
+
+LIBTOOL=glibtool
+LIBTOOLIZE=glibtoolize
+
+DX_COND_doc=no
+
+LDFLAGS_args="-arch i386 -Xlinker -syslibroot  -Xlinker /opt/local/lib -Xlinker -bind_at_load"
+
+PATH=$GTK_PREFIX/bin:$PATH
+ACLOCAL_FLAGS="-I $GTK_PREFIX/share/aclocal"
+PKG_CONFIG=$GTK_PREFIX/bin/pkg-config
+
+# remove universal build junk.....
+UNIVERSAL_BUILD=no
+
+
-- 
GitLab