pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/concurrencykit Fix PLIST on !x86_64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed5942920726
branches:  trunk
changeset: 349227:ed5942920726
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jul 02 14:40:17 2016 +0000

description:
Fix PLIST on !x86_64.

diffstat:

 devel/concurrencykit/PLIST |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r b3adcd1b7d41 -r ed5942920726 devel/concurrencykit/PLIST
--- a/devel/concurrencykit/PLIST        Sat Jul 02 14:33:13 2016 +0000
+++ b/devel/concurrencykit/PLIST        Sat Jul 02 14:40:17 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2014/02/28 14:42:15 mspo Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/07/02 14:40:17 joerg Exp $
 include/ck_array.h
 include/ck_backoff.h
 include/ck_barrier.h
@@ -42,9 +42,9 @@
 include/gcc/sparcv9/ck_pr.h
 include/gcc/x86/ck_f_pr.h
 include/gcc/x86/ck_pr.h
-include/gcc/${MACHINE_ARCH}/ck_f_pr.h
-include/gcc/${MACHINE_ARCH}/ck_pr.h
-include/gcc/${MACHINE_ARCH}/ck_pr_rtm.h
+include/gcc/x86_64/ck_f_pr.h
+include/gcc/x86_64/ck_pr.h
+include/gcc/x86_64/ck_pr_rtm.h
 include/spinlock/anderson.h
 include/spinlock/cas.h
 include/spinlock/clh.h



Home | Main Index | Thread Index | Old Index