From 30f2bdc8c483bc6c72155464f67daac3ce3228c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 2 Apr 2016 21:15:00 +0900 Subject: [PATCH] - fix building with mono 4.x - rel 7 --- libcaca.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libcaca.spec b/libcaca.spec index a9a71a9..75d76c7 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -12,7 +12,7 @@ %undefine with_dotnet %endif -%define rel 6 +%define rel 7 %define subver beta19 %{?with_dotnet:%include /usr/lib/rpm/macros.mono} Summary: Graphics library that outputs text instead of pixels @@ -270,6 +270,7 @@ Wiązania języka Ruby do libcaca. # KPSEWHICH hack to disable PDF documentation. %configure \ KPSEWHICH=/nonexisting \ + %{?with_dotnet:CSC=/usr/bin/dmcs} \ --enable-csharp%{!?with_dotnet:=no} \ --enable-cxx \ --enable-gl \ -- 2.44.0