From a346d2af9cd884843453d61a606a3e32eb65f5e4 Mon Sep 17 00:00:00 2001 From: Kevin Layer <layer@franz.com> Date: Wed, 10 Mar 2010 13:22:16 -0800 Subject: [PATCH] 64-bit CLIM lives! --- ChangeLog.n | 5 +++++ Makefile.macosx | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.n b/ChangeLog.n index 2794a452..d65c4a66 100644 --- a/ChangeLog.n +++ b/ChangeLog.n @@ -3,6 +3,11 @@ don't forget to change the version in utils/packages.lisp if you do anything user visible. ******************************************************************************* + +2010-03-10 Kevin Layer <layer@gemini.franz.com> + + * Makefile.macosx: 64-bit CLIM lives! + 2010-02-03 Andreas Fuchs <afuchs@franz.com> * tk-silica/xt-silica: Don't warn about missing fallback charsets diff --git a/Makefile.macosx b/Makefile.macosx index 02924c0d..50ec9de3 100644 --- a/Makefile.macosx +++ b/Makefile.macosx @@ -25,7 +25,6 @@ XLIB=-L/usr/X11R6/lib -lX11 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 x86_64 -DAcl64Bit MAKE_SHARED = sh ../src/bin/make_shared.mac64 else -- GitLab