summaryrefslogtreecommitdiff
path: root/devel/libatomic_ops/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libatomic_ops/patches/patch-ab')
-rw-r--r--devel/libatomic_ops/patches/patch-ab23
1 files changed, 0 insertions, 23 deletions
diff --git a/devel/libatomic_ops/patches/patch-ab b/devel/libatomic_ops/patches/patch-ab
deleted file mode 100644
index 6ed47d6fc24..00000000000
--- a/devel/libatomic_ops/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2011/10/04 18:15:30 bsiegert Exp $
-
---- src/Makefile.am.orig 2009-09-29 13:41:49.000000000 +0000
-+++ src/Makefile.am
-@@ -3,14 +3,14 @@ SUBDIRS=atomic_ops
- AM_CFLAGS=@PICFLAG@
-
- include_HEADERS=atomic_ops.h atomic_ops_stack.h atomic_ops_malloc.h
--lib_LIBRARIES = libatomic_ops.a libatomic_ops_gpl.a
-+lib_LTLIBRARIES = libatomic_ops.la libatomic_ops_gpl.la
- if NEED_ASM
--libatomic_ops_a_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
-+libatomic_ops_la_SOURCES = atomic_ops.c atomic_ops_sysdeps.S
- else
--libatomic_ops_a_SOURCES = atomic_ops.c
-+libatomic_ops_la_SOURCES = atomic_ops.c
- endif
-
--libatomic_ops_gpl_a_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
-+libatomic_ops_gpl_la_SOURCES = atomic_ops_stack.c atomic_ops_malloc.c
-
- EXTRA_DIST=Makefile.msft
-