community/yaws fix

This commit is contained in:
Kevin Mihelich 2012-11-29 16:18:16 +00:00
parent b5940d595d
commit 8de30db83c

View file

@ -2,6 +2,9 @@
# Maintainer: Vesa Kaihlavirta
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.com>
# - remove -m32 command from configure
pkgname=yaws
pkgver=1.95
pkgrel=1
@ -19,6 +22,7 @@ sha256sums=('e4efae836561f5e8a1324a5c9ab63fb82468e9dc93dc95cb4cb6248ab6b95406')
build() {
cd "$pkgname-$pkgver"
sed -i 's/\-m32//g' configure
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
for file in www/cgi.yaws www/cgi-bin/foo.py; do
# python2 fix