summaryrefslogtreecommitdiff
path: root/editors/emacs-nox11
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-29 14:14:19 +0000
committerkristerw <kristerw>2004-02-29 14:14:19 +0000
commit8c9fe7133be30a0c54034653e8532a758c743bb0 (patch)
tree187745650e6837121f7b1bd5d474ab76cf084619 /editors/emacs-nox11
parent5fed20db98a95de7448c0aae7efdc313bbb00929 (diff)
downloadpkgsrc-8c9fe7133be30a0c54034653e8532a758c743bb0.tar.gz
Copy a missing .h file from ${FILESDIR} to make this compile on amd64.
Diffstat (limited to 'editors/emacs-nox11')
-rw-r--r--editors/emacs-nox11/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile
index eff016fe4db..0701455617d 100644
--- a/editors/emacs-nox11/Makefile
+++ b/editors/emacs-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/27 00:53:12 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/02/29 14:14:19 kristerw Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
DISTNAME= emacs-21.3
@@ -30,6 +30,7 @@ INFO_FILES+= reftex sc speedbar vip viper widget woman
post-extract:
${CP} ${FILESDIR}/site-init.el ${WRKSRC}/lisp
+ ${CP} ${FILESDIR}/amd64.h ${WRKSRC}/src/m
pre-install:
@${FIND} ${WRKSRC} -type f -name "*.orig" -print | ${XARGS} ${RM} -f