commit 99c3e9f81172b082e09e77c28ab993fa6e60a426
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Mar 4 11:36:17 2019 +0000
Add BuildRequires: gcc
gnuboy.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gnuboy.spec b/gnuboy.spec
index f24f192..7d4c6a0 100644
--- a/gnuboy.spec
+++ b/gnuboy.spec
@@ -12,6 +12,7 @@ Patch2: gnuboy-1.0.3-manpages.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: SDL-devel >= 1.2.0
BuildRequires: libXt-devel
+BuildRequires: gcc
%ifarch %{ix86} x86_64
BuildRequires: svgalib-devel
%endif
Show replies by date