aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-05-18 13:29:57 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:46 +0200
commit1668bf62febe1109cb6374ef99f7f4e1e25ccb2f (patch)
treeffe8b6acbaa0b60e74df24632bad635db7a602db /PKGBUILD
parent3f581c379311ae95539f0b2484154d63194d2290 (diff)
downloadpkgbuilds-1668bf62febe1109cb6374ef99f7f4e1e25ccb2f.tar.xz
weechat: replace -DPREFIX with -DCMAKE_INSTALL_PREFIX
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77edca6..16e1159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=weechat-git
-pkgver=1.1.r160.g6c4b574
+pkgver=1.2.r10.g3262599
pkgrel=1
pkgdesc="Fast, light & extensible IRC client (curses UI)"
@@ -31,7 +31,7 @@ build() {
# https://github.com/weechat/weechat/issues/287
export CFLAGS="$CFLAGS -fPIC"
- cmake -DPREFIX=/usr \
+ cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\
-DENABLE_MAN=ON \