diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-17 13:45:37 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-17 13:45:37 -0300 |
commit | 40df5bbde7fc547479b2cede1f3ffb8e268816b3 (patch) | |
tree | ac1e047e3183ed1b761d7627076075848473c96f /extra/libieee1284 | |
parent | ae725ad3435e02f5a191975f11c13476f522db2f (diff) |
KDE builds + updates. Cmake needs CXX=g++ because it doesn't take distcc
Diffstat (limited to 'extra/libieee1284')
-rw-r--r-- | extra/libieee1284/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libieee1284/PKGBUILD b/extra/libieee1284/PKGBUILD index bfd5e8d94..58c0d95a0 100644 --- a/extra/libieee1284/PKGBUILD +++ b/extra/libieee1284/PKGBUILD @@ -16,7 +16,7 @@ md5sums=('b8fff9f3d121531bc17430e3f4ea6ed0') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man PYTHON=/usr/bin/python2 make } |