diff --git a/ChangeLog.n b/ChangeLog.n
index 02e3a6170dbeb25362ad992b99b42912209c5286..bc7985903610f91e5de2053b7c4376e16c39c2c8 100644
--- a/ChangeLog.n
+++ b/ChangeLog.n
@@ -10,6 +10,13 @@ If there are user-visible changes in this commit, then list the
 <standard changelog date stamp>
 	* <changes go here...>
 
+*******************************************************************************
+2.2.2.12
+
+2000-06-09  Kevin Layer  <layer@ultra>
+
+	* Makefile.sun4-svr4: fix for bug9083 (use Motif 1.2 instead of 2.0)
+
 *******************************************************************************
 2.2.2.11
 
diff --git a/Makefile.sun4-svr4 b/Makefile.sun4-svr4
index 87030a171c7a55eed91fafe90eae3dba83641aa2..c537e02b1c51d46011f6c8c49390927dea823354 100644
--- a/Makefile.sun4-svr4
+++ b/Makefile.sun4-svr4
@@ -1,4 +1,4 @@
-# $Header: /repo/cvs.copy/clim2/Makefile.sun4-svr4,v 1.17 1998/05/19 18:50:20 layer Exp $
+# $Header: /repo/cvs.copy/clim2/Makefile.sun4-svr4,v 1.18 2000/06/09 20:52:58 layer Exp $
 #
 #  Makefile.sun4-svr4 for CLIM 2.0
 #
@@ -13,7 +13,8 @@ Makefile=Makefile.sun4-svr4
 
 XINCLUDES=-I/usr/openwin/include -I/usr/dt/include
 
-TKLIB=-lXm
+#TKLIB=-lXm
+TKLIB=/usr/dt/lib/libXm.so.3
 XTLIB=-lXt
 XLIB=-lX11
 
diff --git a/utils/packages.lisp b/utils/packages.lisp
index ac8b58e9bce5fbdf85dc215bc4c3fd03a0a4868c..c9034d14d942ba4793d5005eecb511891bd3ac62 100644
--- a/utils/packages.lisp
+++ b/utils/packages.lisp
@@ -16,7 +16,7 @@
 ;; Commercial Software developed at private expense as specified in
 ;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
 ;;
-;; $Id: packages.lisp,v 1.96 2000/06/08 19:16:56 layer Exp $
+;; $Id: packages.lisp,v 1.97 2000/06/09 20:52:58 layer Exp $
 
 (in-package :common-lisp-user)
 
@@ -3295,7 +3295,7 @@
 (cl:defvar *clim-major-version* 2)
 (cl:defvar *clim-minor-version* 2)
 (cl:defvar *clim-generation-version* 2)
-(cl:defvar *clim-build-version* 11)
+(cl:defvar *clim-build-version* 12)
 
 (cl:defparameter *clim-version*
     (cl:format () "~d.~d.~d.~a"