forked from pool/love-0_7_2
Accepting request 662558 from games
- Set CPPFLAGS=-DGL_GLEXT_PROTOTYPES OBS-URL: https://build.opensuse.org/request/show/662558 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/love-0_7_2?expand=0&rev=3
This commit is contained in:
commit
22a304d288
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user