diff options
author | joerg <joerg@pkgsrc.org> | 2016-07-02 14:40:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-07-02 14:40:17 +0000 |
commit | 73b46ec5e72b75fd8951f7b9fca403827a909d26 (patch) | |
tree | 06f3105f681d1c1e0faf867d2594fca3bfbed4bd /devel | |
parent | aa2c9d6f2ddc0b2eafc67192b85148395c90004d (diff) | |
download | pkgsrc-73b46ec5e72b75fd8951f7b9fca403827a909d26.tar.gz |
Fix PLIST on !x86_64.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/concurrencykit/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/concurrencykit/PLIST b/devel/concurrencykit/PLIST index 198a4ead30c..8915f6d879f 100644 --- a/devel/concurrencykit/PLIST +++ b/devel/concurrencykit/PLIST @@ -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_f_pr.h 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 |