summaryrefslogtreecommitdiffstats
path: root/base/gamin/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/gamin/Pkgfile')
-rwxr-xr-xbase/gamin/Pkgfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/base/gamin/Pkgfile b/base/gamin/Pkgfile
index 5b1daac97..a8f000d58 100755
--- a/base/gamin/Pkgfile
+++ b/base/gamin/Pkgfile
@@ -5,11 +5,13 @@
name=gamin
version=0.1.10
-release=1
-source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz)
+release=2
+source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz
+ remove_deprecated_G_CONST_RETURN.patch)
build() {
cd $name-$version
+ patch -p0 < ../remove_deprecated_G_CONST_RETURN.patch
sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' python/gamin.py
./configure --prefix=/usr \