wok-next diff thunar-volman/receipt @ rev 20514

ardour, gdal, icu, js, jsoncpp, libvpx, llvm, mesa, minetest, opencv, qt5, scilab, webkit2gtk, webkitgtk, xalan-c: remove std.patch, use `fix math`.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Mar 21 16:15:19 2018 +0200 (2018-03-21)
parents a566e73b574d
children 757d032c55c7
line diff
     1.1 --- a/thunar-volman/receipt	Tue Oct 31 01:54:07 2017 +0200
     1.2 +++ b/thunar-volman/receipt	Wed Mar 21 16:15:19 2018 +0200
     1.3 @@ -11,14 +11,17 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.5  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="intltool exo-dev libgudev-dev libxfce4ui-dev libnotify-dev"
     1.8 +BUILD_DEPENDS="intltool exo-dev libgudev-dev libxfce4ui-dev libnotify-dev \
     1.9 +eudev-dev xorg-libSM-dev startup-notification-dev xorg-xcb-util-dev"
    1.10  
    1.11  compile_rules() {
    1.12 +	fix ld
    1.13  	./configure \
    1.14  		--sysconfdir=/etc \
    1.15  		--localstatedir=/var \
    1.16  		--disable-debug \
    1.17  		$CONFIGURE_ARGS &&
    1.18 +	fix libtool &&
    1.19  	make &&
    1.20  	make install
    1.21  }