diff options
Diffstat (limited to 'geoclue/Pkgfile')
-rw-r--r-- | geoclue/Pkgfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/geoclue/Pkgfile b/geoclue/Pkgfile index 78e123d..5050d19 100644 --- a/geoclue/Pkgfile +++ b/geoclue/Pkgfile @@ -7,18 +7,21 @@ name=geoclue version=0.12 -release=1 +release=2 source=(http://cgit.freedesktop.org/$name/snapshot/$name-$version.tar.bz2 geoclue-NMCrash.patch - geoclue-nm08.patch) + geoclue-nm08.patch + gpsd-3.3.patch) build() { cd $name-$version patch -p1 < ../geoclue-NMCrash.patch patch -p1 < ../geoclue-nm08.patch + patch -p0 < ../gpsd-3.3.patch ./autogen.sh sed "s/-Werror//g" -i configure ./configure --prefix=/usr \ + --libexecdir=/usr/bin \ --disable-gtk-doc \ --enable-gtk=yes \ --enable-networkmanager=yes \ |