diff options
author | markd <markd> | 2003-07-08 13:34:46 +0000 |
---|---|---|
committer | markd <markd> | 2003-07-08 13:34:46 +0000 |
commit | b1bf7c1091e2c48b96d0c257981b6142d93ab9e9 (patch) | |
tree | e6c49965d2d7a26bb24cf62e42e1cac69f0b76c3 | |
parent | 7a2fab16da7ffd43cf45d64212d0022b54c6b902 (diff) | |
download | pkgsrc-b1bf7c1091e2c48b96d0c257981b6142d93ab9e9.tar.gz |
Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build on
Solaris 8)
-rw-r--r-- | editors/emacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 053cfb5ef13..78bc852313e 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2003/07/06 16:10:18 uebayasi Exp $ +# $NetBSD: Makefile,v 1.61 2003/07/08 13:34:46 markd Exp $ # FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp DISTNAME= emacs-21.3 @@ -20,6 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-x CONFIGURE_ARGS+= --with-x-toolkit=athena +CONFIGURE_ARGS+= --srcdir=${WRKSRC} .include "../../graphics/xpm/buildlink2.mk" CONFIGURE_ARGS+= --with-xpm |