mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
lurch: fix build
This commit is contained in:
parent
9193bd7952
commit
9731eb9ba0
1 changed files with 11 additions and 0 deletions
11
srcpkgs/lurch/patches/cmake-4.patch
Normal file
11
srcpkgs/lurch/patches/cmake-4.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -14,7 +14,7 @@ INSTALL_DIR = $(INSTALL) -d -m 755
|
||||||
|
RM = rm
|
||||||
|
RM_RF = $(RM) -rf
|
||||||
|
CMAKE ?= cmake
|
||||||
|
-CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC
|
||||||
|
+CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||||
|
|
||||||
|
### flags
|
||||||
|
#
|
Loading…
Add table
Reference in a new issue