diff options
author | markd <markd@pkgsrc.org> | 2003-07-08 13:34:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-07-08 13:34:46 +0000 |
commit | 27b3165a7a5297a490c748a59a1930ed0c070285 (patch) | |
tree | e6c49965d2d7a26bb24cf62e42e1cac69f0b76c3 /editors/emacs/Makefile | |
parent | a0a34c21eeb3f2378bdacfb1ef7d877a608045c6 (diff) | |
download | pkgsrc-27b3165a7a5297a490c748a59a1930ed0c070285.tar.gz |
Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build on
Solaris 8)
Diffstat (limited to 'editors/emacs/Makefile')
-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 |