diff --git a/srcpkgs/passwordsafe/template b/srcpkgs/passwordsafe/template index 185cd99fa95..bca16a1ac92 100644 --- a/srcpkgs/passwordsafe/template +++ b/srcpkgs/passwordsafe/template @@ -16,11 +16,8 @@ distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${v checksum=36d64d748a63825cb17e247628f6a378f131d952d4c1715cc6304e4d07b3e0ed pre_configure() { - # cmake doesn’t find/use the wx-config wrapper # ykpers-1 includes are hardcoded, add cross base - sed -i -e "1i\set(wxWidgets_CONFIG_OPTIONS --prefix=${XBPS_CROSS_BASE}/usr)" \ - -e "s|-I\(/usr/include/ykpers-1\)|-I${XBPS_CROSS_BASE}\1|" \ - CMakeLists.txt + sed -i -e "s|-I\(/usr/include/ykpers-1\)|-I${XBPS_CROSS_BASE}\1|" CMakeLists.txt } do_install() {