summaryrefslogtreecommitdiff
path: root/core/perl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/perl/PKGBUILD')
-rw-r--r--core/perl/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD
index 2b51192a4..7623417fb 100644
--- a/core/perl/PKGBUILD
+++ b/core/perl/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=perl
pkgver=5.18.2
pkgrel=2
pkgdesc="A highly capable, feature-rich programming language"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
license=('GPL' 'PerlArtistic')
url="http://www.perl.org"
groups=('base')
@@ -36,7 +36,7 @@ prepare() {
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- if [ "${CARCH}" = "x86_64" ]; then
+ if [ "${CARCH}" != "i686" ]; then
# for x86_64
arch_opts="-Dcccdlflags='-fPIC'"
else