RcloneBrowser: fix build
This commit is contained in:
parent
5546dc6ed6
commit
92145ef873
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ homepage="https://github.com/kapitainsky/RcloneBrowser"
|
|||
distfiles="https://github.com/kapitainsky/RcloneBrowser/archive/${version}.tar.gz"
|
||||
checksum=5f8242a011b85477749127b7e94e874035c431c2fa6df817e5603ed891604beb
|
||||
|
||||
pre_configure() {
|
||||
# -Werror fails because of deprecated functions
|
||||
vsed -i src/CMakeLists.txt -e 's;-Werror;-Wno-error;'
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vdoc README.md
|
||||
|
|
Loading…
Reference in a new issue