mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
passwordsafe: rebuild with wxWidgets-gtk3-3.2.2.1
This commit is contained in:
parent
42229fa4d9
commit
13a6757dc5
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'passwordsafe'
|
# Template file for 'passwordsafe'
|
||||||
pkgname=passwordsafe
|
pkgname=passwordsafe
|
||||||
version=1.16.0
|
version=1.16.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper=cmake-wxWidgets-gtk3
|
build_helper=cmake-wxWidgets-gtk3
|
||||||
# build process uses perl to generate core_st.cpp and zip to generate help files
|
# build process uses perl to generate core_st.cpp and zip to generate help files
|
||||||
|
@ -16,6 +16,8 @@ homepage="https://pwsafe.org"
|
||||||
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz"
|
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz"
|
||||||
checksum=6215f7b052480f03276b3ea590b9cdd23180db8d5d4a19185f3df7b6ddba11f8
|
checksum=6215f7b052480f03276b3ea590b9cdd23180db8d5d4a19185f3df7b6ddba11f8
|
||||||
|
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DNO_GTEST=OFF"
|
configure_args+=" -DNO_GTEST=OFF"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue