From owner-cvs-all Thu Oct 1 12:27:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA16649 for cvs-all-outgoing; Thu, 1 Oct 1998 12:27:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16629; Thu, 1 Oct 1998 12:26:46 -0700 (PDT) (envelope-from gj@FreeBSD.org) From: Gary Jennejohn Received: (from gj@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA19922; Thu, 1 Oct 1998 12:26:40 -0700 (PDT) Date: Thu, 1 Oct 1998 12:26:40 -0700 (PDT) Message-Id: <199810011926.MAA19922@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: ports/editors/xemacs Makefile ports/editors/xemacs/patches patch-ah Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gj 1998/10/01 12:26:40 PDT Modified files: editors/xemacs Makefile editors/xemacs/patches patch-ah Log: Makefile: do not use libDnd if we are package building (this is the --with-offix option). Really use the configure options. They were not being passed to configure, that is why libcompface was included even when package building. patch-ah: commit the newer version of this patch. We can now build for elf and aout. PR: 8096 Submitted by: TAOKA Satoshi Revision Changes Path 1.43 +4 -2 ports/editors/xemacs/Makefile 1.2 +53 -45 ports/editors/xemacs/patches/patch-ah