SHA256
1
0
forked from pool/love-0_7_2

- Set CPPFLAGS=-DGL_GLEXT_PROTOTYPES

OBS-URL: https://build.opensuse.org/package/show/games/love-0_7_2?expand=0&rev=10
This commit is contained in:
Jan Engelhardt 2019-01-03 01:24:18 +00:00 committed by Git OBS Bridge
parent d161973f83
commit f3306f5132
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 3 01:24:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Set CPPFLAGS=-DGL_GLEXT_PROTOTYPES
-------------------------------------------------------------------
Mon Aug 28 23:17:52 UTC 2017 - jengelh@inai.de

View File

@ -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}