Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
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
Alastair Bridgewater
clim-tos
Commits
7d7cc517
Commit
7d7cc517
authored
15 years ago
by
Andreas Fuchs
Browse files
Options
Downloads
Patches
Plain Diff
Fix build for OS X (dubious, right now: linking works, running doesn't)
parent
5e095e12
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.macosx
+4
-4
4 additions, 4 deletions
Makefile.macosx
with
4 additions
and
4 deletions
Makefile.macosx
+
4
−
4
View file @
7d7cc517
...
...
@@ -14,24 +14,24 @@ Makefile=Makefile.macosx
# removed /usr/local/lib:
SET_LIBRARY_PATH
=
\
DYLD_LIBRARY_PATH
=
/usr/X11R6/lib:/lib:/usr/lib:
$(
DYLD_LIBRARY_PATH
);
\
DYLD_LIBRARY_PATH
=
/
opt/local/lib:/
usr/X11R6/lib:/lib:/usr/lib:
$(
DYLD_LIBRARY_PATH
);
\
export
DYLD_LIBRARY_PATH
#CL=../src/xm-dcl
TKLIB
=
-L
/usr/local/motif/lib
-lXm
TKLIB
=
-L
/opt/local/lib
-L
/usr/local/motif/lib
-lXm
-lpng12
XTLIB
=
-L
/usr/X11R6/lib
-lXt
XLIB
=
-L
/usr/X11R6/lib
-lX11
# removed /usr/local/lib/liblanginfo.a from XLIB
XINCLUDES
=
-I
/usr/X11R6/include
-I
/usr/local/motif/include
XINCLUDES
=
-I
/usr/X11R6/include
-I
/usr/local/motif/include
-I
/opt/local/include
-I
/opt/local/include/X11
ifeq
($(SIXTYFOURBIT),yes)
CFLAGS
=
-arch
ppc64
-DAcl64Bit
MAKE_SHARED
=
sh ../src/bin/make_shared.mac64
else
ifeq
($(MACHINE),x86)
CFLAGS
=
CFLAGS
=
-arch
i386
MAKE_SHARED
=
sh ../src/bin/make_shared.mac86
else
CFLAGS
=
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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