ports/opt (3.1): libnotify: fixed build against gtk (thanks to Don Cupp)
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
7 Jan
2015
7 Jan
'15
1:49 a.m.
commit e9688dd7d522e2cf5d23e93aa65dcf7e3fe31a85 Author: Jose V Beneyto <sepen@crux.nu> Date: Wed Jan 7 02:48:44 2015 +0100 libnotify: fixed build against gtk (thanks to Don Cupp) diff --git a/libnotify/Pkgfile b/libnotify/Pkgfile index 4181470..4a2ced2 100644 --- a/libnotify/Pkgfile +++ b/libnotify/Pkgfile @@ -6,12 +6,15 @@ name=libnotify version=0.7.6 -release=1 +release=2 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version + export TESTS_CFLAGS=`pkg-config --cflags gtk+-2.0` + export TESTS_LIBS=`pkg-config --libs gtk+-2.0` + ./configure --prefix=/usr make
3684
Age (days ago)
3684
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu