summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2015-01-02 22:29:00 -0700
committerBrian Bidulock2015-07-13 18:28:24 -0600
commit61ecc32f42eb1139950b093540eb45c61d0e4ac9 (patch)
tree22dbc18af341d698c16e6821b50977d2e8ad6c8e /PKGBUILD
parent7042900a2023676a2ed40eaca253564a5697d712 (diff)
downloadaur-61ecc32f42eb1139950b093540eb45c61d0e4ac9.tar.gz
version 2.9.10.2-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c220b5107dba..77cf7e4c7fe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=xpaint
pkgver=2.9.10.2
-pkgrel=2
+pkgrel=4
pkgdesc="A color image editing tool which features most standard \
paint program options."
arch=('i686' 'x86_64')
@@ -16,8 +16,6 @@ options=('!makeflags')
prepare() {
cd $srcdir/$pkgname-$pkgver
- [ -f config.status ] && rm configure
- [ -f config.status ] && rm config.status
[ -L xaw_incdir ] && rm xaw_incdir
ln -s /usr/include/X11/Xaw3dxft xaw_incdir
patch -p1 < $srcdir/X11app.patch
@@ -27,7 +25,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
aclocal
XAPPLOADIR=$SHAREDIR/X11 automake --add-missing
- ./configure --prefix=/usr
+ CC=gcc ./configure --prefix=/usr
make
}