summaryrefslogtreecommitdiffstats
path: root/telepathy-python
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-09-13 20:17:12 +0200
committertnut <tnut at nutyx dot com>2011-09-13 20:17:12 +0200
commit9caefda271841d4f63c03df4f9e2cef3bb3f0f14 (patch)
treee1391d69d67c3b97763e6080562c799ee710c886 /telepathy-python
parent97a18acafd45135db22d82cd2879f8783da901f9 (diff)
downloadgnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.gz
gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.bz2
gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.tar.xz
gnome3-9caefda271841d4f63c03df4f9e2cef3bb3f0f14.zip
telepathy-python, correction Pkgfile
Diffstat (limited to 'telepathy-python')
-rwxr-xr-xtelepathy-python/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/telepathy-python/Pkgfile b/telepathy-python/Pkgfile
index 1f7b57e..f8fdf81 100755
--- a/telepathy-python/Pkgfile
+++ b/telepathy-python/Pkgfile
@@ -11,9 +11,11 @@ release=1
source=(http://${name%-*}.freedesktop.org/releases/$name/$name-$version.tar.gz)
build() {
+ unset MAKEFLAGS
+ unset CFLAGS
+ unset CXXFLAGS
cd $name-$version
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
- --libexecdir=/usr/lib/${name%-*}
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}