limb pushed to supertuxkart (master). "Fix FTBFS."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Apr 6 14:24:34 UTC 2015


>From 39ee99a16f012c11a575719c7716306be7d4a7bc Mon Sep 17 00:00:00 2001
From: Jon Ciesla <limburgher at gmail.com>
Date: Mon, 6 Apr 2015 09:21:30 -0500
Subject: Fix FTBFS.


diff --git a/supertuxkart.spec b/supertuxkart.spec
index 46ccc11..6909e11 100644
--- a/supertuxkart.spec
+++ b/supertuxkart.spec
@@ -1,6 +1,6 @@
 Name:           supertuxkart
 Version:        0.8.1
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Kids 3D go-kart racing game featuring Tux
 Group:          Amusements/Games
 License:        GPLv2+ and GPLv3 and CC-BY-SA
@@ -64,6 +64,8 @@ rm -rf lib/enet lib/wiiuse
 %build
 mkdir -p build
 cd build
+LDFLAGS="$LDFLAGS -lX11"
+export LDFLAGS
 %cmake ../
 make %{?_smp_mflags}
 
@@ -158,6 +160,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*%{name}.desktop
 %{_datadir}/%{name}
 
 %changelog
+* Mon Apr 06 2015 Jon Ciesla <limburgher at gmail.com> - 0.8.1-11
+- Fix FTBFS.
+
 * Thu Mar 26 2015 Richard Hughes <rhughes at redhat.com> - 0.8.1-10
 - Add an AppData file for the software center
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/supertuxkart.git/commit/?h=master&id=39ee99a16f012c11a575719c7716306be7d4a7bc


More information about the scm-commits mailing list