mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
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"
|
distfiles="https://github.com/kapitainsky/RcloneBrowser/archive/${version}.tar.gz"
|
||||||
checksum=5f8242a011b85477749127b7e94e874035c431c2fa6df817e5603ed891604beb
|
checksum=5f8242a011b85477749127b7e94e874035c431c2fa6df817e5603ed891604beb
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
# -Werror fails because of deprecated functions
|
||||||
|
vsed -i src/CMakeLists.txt -e 's;-Werror;-Wno-error;'
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue