summaryrefslogtreecommitdiff
path: root/devel/libatomic_ops
diff options
context:
space:
mode:
authortnn <tnn>2009-07-21 09:45:12 +0000
committertnn <tnn>2009-07-21 09:45:12 +0000
commit6f93ad0c261474de817473cc9348ff290f4da72c (patch)
tree0a0e19c4d7cd556bab34b2cdc641d23be519c069 /devel/libatomic_ops
parent64fce04a81da4646173b9658767ebb40670c00b5 (diff)
downloadpkgsrc-6f93ad0c261474de817473cc9348ff290f4da72c.tar.gz
don't attempt to install the same headers twice.
Should fix Linux build.
Diffstat (limited to 'devel/libatomic_ops')
-rw-r--r--devel/libatomic_ops/distinfo3
-rw-r--r--devel/libatomic_ops/patches/patch-ae12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libatomic_ops/distinfo b/devel/libatomic_ops/distinfo
index 843dbd3330b..0c3a472d2fe 100644
--- a/devel/libatomic_ops/distinfo
+++ b/devel/libatomic_ops/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2009/01/31 20:05:57 sketch Exp $
+$NetBSD: distinfo,v 1.7 2009/07/21 09:45:12 tnn Exp $
SHA1 (libatomic_ops-20081024.tar.gz) = 70dcc68c89ea8ce8b8e6c936ea337eca31f13662
RMD160 (libatomic_ops-20081024.tar.gz) = a9194631fafc2d4ce68cea93dbc212d7212cab13
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = bf53ad892ba270b1d7a9bd1fa14012ca83ab5323
SHA1 (patch-ab) = 74674124fff34faf2aae0d694566c66ffaf9df25
SHA1 (patch-ac) = 40eeac276e322ea6f28743c183c11e92b1ab8de5
SHA1 (patch-ad) = 1499b105450beba70efdd3cc6bf8dd0270734c22
+SHA1 (patch-ae) = 3107fe75794f4c12ad8b9cee0c4a8dd00dcd123e
diff --git a/devel/libatomic_ops/patches/patch-ae b/devel/libatomic_ops/patches/patch-ae
new file mode 100644
index 00000000000..4aff30bf85b
--- /dev/null
+++ b/devel/libatomic_ops/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.3 2009/07/21 09:45:12 tnn Exp $
+
+--- src/atomic_ops/sysdeps/Makefile.in.orig 2009-07-21 11:41:01.000000000 +0200
++++ src/atomic_ops/sysdeps/Makefile.in
+@@ -219,7 +219,6 @@ nobase_sysdep_HEADERS = generic_pthread.
+ README \
+ \
+ gcc/alpha.h gcc/arm.h gcc/x86.h \
+- gcc/hppa.h gcc/ia64.h \
+ gcc/powerpc.h gcc/sparc.h \
+ gcc/hppa.h gcc/m68k.h gcc/mips.h gcc/s390.h \
+ gcc/ia64.h gcc/x86_64.h gcc/cris.h \