From f3306f513202aef2cf2f247d32f248df6297b11f174141da5cdda181a1da3817 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 3 Jan 2019 01:24:18 +0000 Subject: [PATCH] - Set CPPFLAGS=-DGL_GLEXT_PROTOTYPES OBS-URL: https://build.opensuse.org/package/show/games/love-0_7_2?expand=0&rev=10 --- love-0_7_2.changes | 5 +++++ love-0_7_2.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/love-0_7_2.changes b/love-0_7_2.changes index 41a91db..73cee00 100644 --- a/love-0_7_2.changes +++ b/love-0_7_2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 3 01:24:03 UTC 2019 - Jan Engelhardt + +- Set CPPFLAGS=-DGL_GLEXT_PROTOTYPES + ------------------------------------------------------------------- Mon Aug 28 23:17:52 UTC 2017 - jengelh@inai.de diff --git a/love-0_7_2.spec b/love-0_7_2.spec index c1dbdef..012d04f 100644 --- a/love-0_7_2.spec +++ b/love-0_7_2.spec @@ -1,7 +1,7 @@ # # spec file for package love-0_7_2 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -57,6 +57,7 @@ LÖVE is a framework for making 2D games in Lua. sed -i 's/\r$//' *.txt mv configure.{in,ac} autoreconf -fi +export CPPFLAGS="-DGL_GLEXT_PROTOTYPES" %configure make %{?_smp_mflags}