Skip to content
Snippets Groups Projects
Commit 4b0b5e18 authored by Kevin Layer's avatar Kevin Layer
Browse files

move to mac ports openmotif

parent dd618ea5
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,12 @@
don't forget to change the version in utils/packages.lisp if you do anything
user visible.
*******************************************************************************
2009-10-07 Kevin Layer <layer@gemini.franz.com>
* Makefile.macosx: move to mac ports openmotif, which is in
/opt/local/
2009-09-15 Andreas Fuchs <afuchs@franz.com>
* aclpc/acl-mirror.lisp: Restrict window sizes to the maximum available client
......
......@@ -17,16 +17,16 @@ SET_LIBRARY_PATH =
#CL=../src/xm-dcl
TKLIB=-L/usr/local/motif/lib -lXm
TKLIB=-L/opt/local/lib -lXm
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/opt/local/include
ifeq ($(SIXTYFOURBIT),yes)
$(error CLIM does not work on 64-bit Mac OS X yet.)
CFLAGS = -arch i386 -DAcl64Bit
CFLAGS = -arch x86_64 -DAcl64Bit
MAKE_SHARED = sh ../src/bin/make_shared.mac64
else
ifeq ($(MACHINE),x86)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment