wok diff gobby/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents 380ffe05937a
children 21e68b90243a
line diff
     1.1 --- a/gobby/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gobby/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -18,6 +18,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# for glibmm >= 2.31
     1.8 +	sed -i 's|.*gselector.hpp|#include <glibmm/main.h>\n&|' src/gselector.cpp
     1.9  	./configure $CONFIGURE_ARGS && make && make install
    1.10  }
    1.11