mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-misc/doublecmd: make patch generic
Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
@@ -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=".*"
|
||||
|
||||
@@ -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=".*"
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user