diff options
author | sketch <sketch> | 2009-01-31 20:05:57 +0000 |
---|---|---|
committer | sketch <sketch> | 2009-01-31 20:05:57 +0000 |
commit | 0d4bbf85abb3d9d5a9ae423318aa2ee7a8c7c574 (patch) | |
tree | f2561fdb2b8c540ce5fe4dae0319055aa024fd74 /devel/libatomic_ops/Makefile | |
parent | 33023da0b15a8052685149c4cd9b61a0502bb5af (diff) | |
download | pkgsrc-0d4bbf85abb3d9d5a9ae423318aa2ee7a8c7c574.tar.gz |
Sun Studio x86 implementation isn't quite good enough yet for e.g.
pulseaudio, so instead use the generic pthread implementation for now.
Diffstat (limited to 'devel/libatomic_ops/Makefile')
-rw-r--r-- | devel/libatomic_ops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index d0ae3b26482..1090679b641 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2009/01/27 20:26:01 sketch Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/31 20:05:57 sketch Exp $ # .include "Makefile.version" DISTNAME= libatomic_ops-${LIBATOMIC_OPS_SNAPDATE} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} |