Date: Tue, 20 Aug 1996 01:57:47 -0700 (PDT) From: asami@freebsd.org (Satoshi Asami) To: erich@lodgenet.com Cc: erich@lodgenet.com, ports@freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/games/xblackjack - Imported sources Message-ID: <199608200857.BAA01413@silvia.HIP.Berkeley.EDU> In-Reply-To: <199608191340.IAA19707@jake.lodgenet.com> (erich@lodgenet.com)
next in thread | previous in thread | raw e-mail | index | archive | help
* >(1) If you see a "-lXm" anywhere in Imakefile or Makefile, substitute * > it with "${MOTIFLIB}". * > * >(2) If you don't, and your Imakefile contains "XmClientLibs", then * > change that to "${MOTIFLIB} XawClientLibs". * > * * That's the one I was looking for. * * xmmix uses XmClientLibs, and has -lXm commented out * as a possible alternative... I wanted to know how to * handle XmClientLibs correctly. thanks. Correction: "XmClientLibs" should be changed to "${MOTIFLIB} ${XTOOLLIB} ${XLIB}". I've been using the XawClientLibs line above for years, but now that I think about it, there really isn't anything that Motif requires the Athena Widget set for. ;) Satoshi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608200857.BAA01413>