summaryrefslogtreecommitdiff
path: root/community/mxml/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-12-02 13:37:59 -0300
commit3383a1fbd954b78716dd8ff9d9f2097e176d2279 (patch)
tree68aa3acbd50e6d0d7bdcfa2947d1772f7edb8a0d /community/mxml/PKGBUILD
parent7f3d7e2203a9252280361a1d095528cb056d08dc (diff)
parent9e9ab642711f2424f828e21d14b98c45cdef2b29 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/packagekit/PKGBUILD community/liboglappth/PKGBUILD community/texvc/PKGBUILD extra/libvdpau/PKGBUILD extra/minicom/PKGBUILD extra/muparser/PKGBUILD extra/netkit-bsd-finger/PKGBUILD extra/normalize/PKGBUILD
Diffstat (limited to 'community/mxml/PKGBUILD')
-rw-r--r--community/mxml/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/mxml/PKGBUILD b/community/mxml/PKGBUILD
index 5356d74ba..df116ea61 100644
--- a/community/mxml/PKGBUILD
+++ b/community/mxml/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57065 2011-10-20 07:22:50Z andrea $
+# $Id: PKGBUILD 59790 2011-11-30 09:27:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Johannes Sjolund <j.sjolund@gmail.com>
pkgname=mxml
pkgver=2.6
-pkgrel=2
+pkgrel=4
pkgdesc="A small XML parsing library"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.minixml.org/"
@@ -15,7 +15,8 @@ md5sums=('68977789ae64985dddbd1a1a1652642e')
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+# [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
+ ./configure --prefix=/usr --enable-shared
make
}