From a0e827056f3d735a4f5fcb4263465d51f3b4ae25 Mon Sep 17 00:00:00 2001 From: trunc88 Date: Tue, 19 Jul 2022 01:35:05 -0400 Subject: [PATCH] prboom-plus, dsda-doom: don't use pcre --- dsda-doom/build | 3 ++- prboom-plus/build | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dsda-doom/build b/dsda-doom/build index a082ccc..67bee63 100755 --- a/dsda-doom/build +++ b/dsda-doom/build @@ -7,7 +7,8 @@ cd prboom2 cmake -S . -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DDOOMWADDIR=/usr/share/dsda-doom + -DDOOMWADDIR=/usr/share/dsda-doom \ + -DWITH_PCRE=OFF cmake --build build #cmake --install build diff --git a/prboom-plus/build b/prboom-plus/build index 9b2d5ff..0a9c60f 100755 --- a/prboom-plus/build +++ b/prboom-plus/build @@ -6,7 +6,8 @@ cd prboom2 cmake -S . -B build \ -DCMAKE_BUILD_TYPE=None \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_PCRE=OFF cmake --build build cmake --install build -- 2.11.4.GIT