From owner-freebsd-current Fri Dec 19 10:00:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03665 for current-outgoing; Fri, 19 Dec 1997 10:00:09 -0800 (PST) (envelope-from owner-freebsd-current) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-53.ix.netcom.com [207.93.143.181]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03643 for ; Fri, 19 Dec 1997 10:00:02 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id JAA10974; Fri, 19 Dec 1997 09:59:42 -0800 (PST) Date: Fri, 19 Dec 1997 09:59:42 -0800 (PST) Message-Id: <199712191759.JAA10974@silvia.HIP.Berkeley.EDU> To: joerg_wunsch@uriah.heep.sax.de CC: freebsd-current@FreeBSD.ORG In-reply-to: <199712190808.JAA24930@uriah.heep.sax.de> Subject: Re: Motif on -current From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * (In order to not mutually clobber the various config files etc., i * have installed mine in /usr/Motif. However, the various Imake * templates don't account for the possibility that the project roots for * X11 and Motif are different, so i didn't get by without hand-fiddling * the imake-generated Makefile. It would probably be worth the while * fixing the Motif templates.) Define MOTIFLIB in /etc/make.conf and create a link /usr/X11R6/include/Xm -> /usr/Motif/include/Xm. That should be all you need as long as you use ports. Satoshi