Skip to content
Snippets Groups Projects
Commit a370ab96 authored by edgrif's avatar edgrif
Browse files

temp. for team laptop, needs i386 flag for compiles until macports 64 bit version installed.

parent 9c5be33d
No related branches found
No related tags found
No related merge requests found
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment