From 781c9e23e2f2bf9750ff748d17557c6c80faa059 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 03:03:18 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libvisual.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libvisual.spec b/libvisual.spec index dc7725d..93f8113 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -10,6 +10,7 @@ URL: http://libvisual.sf.net Source0: http://dl.sf.net/libvisual/libvisual-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: xorg-x11-proto-devel +BuildRequires: make # https://bugzilla.redhat.com/show_bug.cgi?id=435771 Patch0: libvisual-0.4.0-better-altivec-detection.patch Patch1: libvisual-0.4.0-inlinedefineconflict.patch