Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 1996 21:24:29 -0700 (PDT)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/editors/xemacs Makefile
Message-ID:  <199608090424.VAA05367@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608090424.VAA05367>