pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/emacs-nox11 Copy a missing .h file from ${FILE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52d02702833e
branches:  trunk
changeset: 469816:52d02702833e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Feb 29 14:14:19 2004 +0000

description:
Copy a missing .h file from ${FILESDIR} to make this compile on amd64.

diffstat:

 editors/emacs-nox11/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r de7a5b2e28b5 -r 52d02702833e editors/emacs-nox11/Makefile
--- a/editors/emacs-nox11/Makefile      Sun Feb 29 13:48:52 2004 +0000
+++ b/editors/emacs-nox11/Makefile      Sun Feb 29 14:14:19 2004 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index