[derelict/f19] GLFW3 fix

MERCIER Jonathan bioinfornatics at fedoraproject.org
Sun Jun 9 16:23:25 UTC 2013


commit 0cb796bdfc84d7f6d155e92ddd9af9d3b617d9b7
Author: bioinfornatics <bioinfornatics at fedoraproject.org>
Date:   Sat May 25 20:08:47 2013 +0200

    GLFW3 fix

 derelict.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/derelict.spec b/derelict.spec
index fd61c36..81fcc3a 100644
--- a/derelict.spec
+++ b/derelict.spec
@@ -62,6 +62,8 @@ Summary(fr):    Collection de bibliothèque en D interfaçant des bibliothèques
 License:        Boost
 URL:            http://www.dsource.org/projects/
 Source0:        %{name}-%{alphatag}.tar.xz
+#Bug reported https://github.com/aldacron/Derelict3/issues/119
+Patch0:         %{name}.patch 
 BuildRequires:  ldc, ldc-phobos-devel
 
 
@@ -138,6 +140,7 @@ Fichier d'entête et bibliothèque pour derelict à utiliser en langage D.
 
 %prep
 %setup -q -n %{name}-%{alphatag}
+%patch0 -p1 -b .fix
 # temp geany config directory for allow geany to generate tags
 mkdir -p geany_config
 sed -i "s/ldc2 /ldc2 -g /g" build/build.d


More information about the scm-commits mailing list