summaryrefslogtreecommitdiff
path: root/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/brltty/files/brltty-5.2-respect-AR.patch')
-rw-r--r--app-accessibility/brltty/files/brltty-5.2-respect-AR.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
deleted file mode 100644
index c5698a2b9399..000000000000
--- a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Programs/Makefile.in
-+++ b/Programs/Makefile.in
-@@ -434,7 +434,7 @@
- [ ! -f lib.def ] || mv lib.def $(API_DEF)
-
- $(API_ARC): $(API_CLIENT_OBJECTS)
-- ar rc $@ $(API_CLIENT_OBJECTS)
-+ $(AR) rc $@ $(API_CLIENT_OBJECTS)
- $(RANLIB) $@
-
- brlapi_client.$O: