summaryrefslogtreecommitdiff
path: root/community/flashrom/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 11:06:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 11:06:44 +0100
commite79d63e191f1983134944340690d40092375b6e3 (patch)
treed51c0f766f59e45ff76669f88e6eb763a6b2d4ce /community/flashrom/PKGBUILD
parentad63cdb5324392490de7e1f70ad3256ebf32603d (diff)
Don't build dmidecode on mips64el, it's useless on supported machines.
Diffstat (limited to 'community/flashrom/PKGBUILD')
-rw-r--r--community/flashrom/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/flashrom/PKGBUILD b/community/flashrom/PKGBUILD
index fdddeba55..151e68d24 100644
--- a/community/flashrom/PKGBUILD
+++ b/community/flashrom/PKGBUILD
@@ -12,7 +12,7 @@ url="http://www.flashrom.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
depends=('libftdi' 'pciutils')
-optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
+[ "$CARCH" != "mips64el" ] && optdepends=('dmidecode: for SMBIOS/DMI table decoder support')
source=("http://download.flashrom.org/releases/${pkgname}-${pkgver}.tar.bz2")
md5sums=('3b82658d71fb852aa45001cdf5f3e013')