From af8f5b930f14b0b00666dcc7d2607b3ea676ee9b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 20 Nov 2014 12:26:44 +0100 Subject: [PATCH] filezilla: fix build --- srcpkgs/filezilla/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/filezilla/template b/srcpkgs/filezilla/template index 638a72acaa3..24480854ad5 100644 --- a/srcpkgs/filezilla/template +++ b/srcpkgs/filezilla/template @@ -1,10 +1,10 @@ # Template file for 'filezilla' pkgname=filezilla version=3.9.0.6 -revision=1 +revision=2 build_style=gnu-configure -configure_args="WXRC=wxrc-3.0 --with-wx-config=wx-config-3.0 --disable-static - --disable-manualupdatecheck --disable-autoupdatecheck" +configure_args="WXRC=/usr/bin/wxrc-3.0 --with-wx-config=wx-config-3.0 + --disable-static --disable-manualupdatecheck --disable-autoupdatecheck" hostmakedepends="pkg-config" makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel gtk+-devel wxWidgets-devel xdg-utils"