[packages/fortune-mod] BR: libstdc++-devel
atler
atler at pld-linux.org
Wed Jul 19 12:12:56 CEST 2023
commit 8d2cc7cb1a4dfc8ff7d52b9267b17a4cf82480bd
Author: Jan Palus <atler at pld-linux.org>
Date: Wed Jul 19 11:04:00 2023 +0200
BR: libstdc++-devel
while the project does not seem to be using c++, it does not specify
language explicitly in project() either. that in turn means cmake will
require both c and c++ compilers
fortune-mod.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/fortune-mod.spec b/fortune-mod.spec
index 90c5088..866f04a 100644
--- a/fortune-mod.spec
+++ b/fortune-mod.spec
@@ -26,6 +26,7 @@ Patch0: %{name}-usage.patch
Patch1: %{name}-install.patch
URL: https://www.shlomifish.org/open-source/projects/fortune-mod/
BuildRequires: cmake >= 3.10
+BuildRequires: libstdc++-devel
BuildRequires: perl-base
BuildRequires: recode-devel
BuildRequires: rpmbuild(macros) >= 1.605
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fortune-mod.git/commitdiff/8d2cc7cb1a4dfc8ff7d52b9267b17a4cf82480bd
More information about the pld-cvs-commit
mailing list