Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
a370ab96
Commit
a370ab96
authored
14 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
temp. for team laptop, needs i386 flag for compiles until macports 64 bit version installed.
parent
9c5be33d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/build_config.mpb101217i
+30
-0
30 additions, 0 deletions
scripts/build_config.mpb101217i
with
30 additions
and
0 deletions
scripts/build_config.mpb101217i
0 → 100755
+
30
−
0
View file @
a370ab96
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment