From owner-cvs-ports Thu Aug 8 21:24:37 1996 Return-Path: owner-cvs-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA05381 for cvs-ports-outgoing; Thu, 8 Aug 1996 21:24:37 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA05367; Thu, 8 Aug 1996 21:24:29 -0700 (PDT) Date: Thu, 8 Aug 1996 21:24:29 -0700 (PDT) From: Satoshi Asami Message-Id: <199608090424.VAA05367@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-ports Subject: cvs commit: ports/editors/xemacs Makefile Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/08/08 21:24:28 Modified: editors/xemacs Makefile Log: Avoid linking motif if MOTIF_STATIC is defined. This is because (1) xemacs functions perfectly will without Motif, which is only used for dialog boxes, and (2) the xemacs binary will bloat about 1MB if linked statically with Motif. That is an awfully expensive price to pay for some good-looking dialog boxes. This will not affect people who have Motif at home, as they probably don't have MOTIF_STATIC. While I'm here, strip the binaries too. Revision Changes Path 1.16 +15 -4 ports/editors/xemacs/Makefile