Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1heghost/6c7d8c064e4c0398b2dbf20cbe3b537d to your computer and use it in GitHub Desktop.
Save 1heghost/6c7d8c064e4c0398b2dbf20cbe3b537d to your computer and use it in GitHub Desktop.
Patch for Arch AUR driver of Brother J 4420 DW printer to add lib32-glibc as dependancy
From 39bfdd2aa9828d323162a26defab3264da555f53 Mon Sep 17 00:00:00 2001
From: theghost <theghost@mailbox.org>
Date: Fri, 2 Mar 2018 14:20:19 +0100
Subject: [PATCH] Add lib32-glibc as required dependancy
---
PKGBUILD | 1 +
1 file changed, 1 insertion(+)
diff --git a/PKGBUILD b/PKGBUILD
index be32ff2..4f5086e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('custom:brother commercial license')
depends=('cups'
'ghostscript'
'gsfonts')
+depends_x86_64=('lib32-glibc')
optdepends=('brscan4')
install="$pkgname.install"
source=("http://download.brother.com/welcome/dlf101146/mfcj4420dwlpr-$pkgver-$pkgrel.i386.rpm"
--
2.16.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment