summaryrefslogtreecommitdiff
path: root/extra/inkscape
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-07 15:16:44 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-07 15:16:44 +0100
commita4f1ae64a8291787b236dc08b1f0741bd9ab1ffd (patch)
treee57a628f7c9a5146959516370ea76e04e06d9be3 /extra/inkscape
parent4c4400925b792b694511bbbf2f645fb34495d5cf (diff)
Don't do mips64el-specific CFLAGS changes.
The Linux-libre 3.1.6 update was done a long time ago, so no changes for compatibility with older kernels are needed. For -fPIC changes it's better to check for i686, since this arch needs special treatment, not mips64el.
Diffstat (limited to 'extra/inkscape')
-rw-r--r--extra/inkscape/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/inkscape/PKGBUILD b/extra/inkscape/PKGBUILD
index 745df42ad..04b01addf 100644
--- a/extra/inkscape/PKGBUILD
+++ b/extra/inkscape/PKGBUILD
@@ -28,11 +28,6 @@ sha1sums=('422a4bacd4dc42adafa203244bc9816783cba4d3'
install=install
build() {
- # Workaround madd.d making a SIGILL on a NaN.
- [ "$CARCH" == "mips64el" ] && {
- CFLAGS=${CFLAGS/-march=loongson2f/-march=mips3 -mtune=loongson2f}
- CXXFLAGS=${CXXFLAGS/-march=loongson2f/-march=mips3 -mtune=loongson2f}
- }
cd "${srcdir}/${pkgname}-${pkgver}"
sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py