pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/concurrencykit



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Jul  2 14:40:17 UTC 2016

Modified Files:
        pkgsrc/devel/concurrencykit: PLIST

Log Message:
Fix PLIST on !x86_64.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/concurrencykit/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/concurrencykit/PLIST
diff -u pkgsrc/devel/concurrencykit/PLIST:1.2 pkgsrc/devel/concurrencykit/PLIST:1.3
--- pkgsrc/devel/concurrencykit/PLIST:1.2       Fri Feb 28 14:42:15 2014
+++ pkgsrc/devel/concurrencykit/PLIST   Sat Jul  2 14:40:17 2016
@@ -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



Home | Main Index | Thread Index | Old Index