pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/qore Unexpand incorrect MACHINE_ARCH substitution.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92c8c39b9b18
branches:  trunk
changeset: 350293:92c8c39b9b18
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jul 25 10:27:52 2016 +0000

description:
Unexpand incorrect MACHINE_ARCH substitution.

diffstat:

 lang/qore/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f38c05a01daa -r 92c8c39b9b18 lang/qore/PLIST
--- a/lang/qore/PLIST   Mon Jul 25 10:08:14 2016 +0000
+++ b/lang/qore/PLIST   Mon Jul 25 10:27:52 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/07/20 11:58:40 nros Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/07/25 10:27:52 jperkin Exp $
 bin/qdx
 bin/qore
 bin/qpp
@@ -72,7 +72,7 @@
 include/qore/macros-parisc.h
 include/qore/macros-powerpc.h
 include/qore/macros-sparc.h
-include/qore/macros-${MACHINE_ARCH}.h
+include/qore/macros-x86_64.h
 include/qore/macros.h
 include/qore/node_types.h
 include/qore/params.h



Home | Main Index | Thread Index | Old Index