filezilla: fix build
This commit is contained in:
parent
535fddde0b
commit
af8f5b930f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue