app-misc/doublecmd: make patch generic

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2025-01-02 17:34:03 -05:00
parent ab3de8a9b6
commit 15113629c3
4 changed files with 2 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ BDEPEND="
>=dev-lang/lazarus-3.0[qt6]
"
PATCHES=( "${FILESDIR}"/${P}-build.patch )
PATCHES=( "${FILESDIR}"/00-lazbuild-command.patch )
# Built with fpc, does not respect anything
QA_FLAGS_IGNORED=".*"

View File

@@ -30,7 +30,7 @@ BDEPEND="
>=dev-lang/lazarus-3.0[qt6]
"
PATCHES=( "${FILESDIR}"/${P}-build.patch )
PATCHES=( "${FILESDIR}"/00-lazbuild-command.patch )
# Built with fpc, does not respect anything
QA_FLAGS_IGNORED=".*"

View File

@@ -1,11 +0,0 @@
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,7 @@
# default - compiling DC only (using by default)
# path to lazbuild
-export lazbuild=$(which lazbuild)
+export lazbuild="/usr/bin/lazbuild --pcp=~/.lazarus --lazarusdir=/usr/share/lazarus"
# Set up widgetset: gtk or gtk2 or qt
# Set up processor architecture: i386 or x86_64