mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-cpp/sprout: adding package
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michele Santullo <m.santullo@posteo.net>
This commit is contained in:
12
dev-cpp/sprout/files/optional_binaries.patch
Normal file
12
dev-cpp/sprout/files/optional_binaries.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
|
||||
index a68233bf..ef38b570 100644
|
||||
--- a/tools/CMakeLists.txt
|
||||
+++ b/tools/CMakeLists.txt
|
||||
@@ -1 +1,6 @@
|
||||
-subdirs( compost darkroom )
|
||||
+if (WITH_WAVCONV)
|
||||
+ subdirs( compost )
|
||||
+endif()
|
||||
+if (WITH_TEXCONV)
|
||||
+ subdirs( darkroom )
|
||||
+endif()
|
||||
Reference in New Issue
Block a user