forked from pool/love-0_7_2
- Make build with new /usr/include/lua5.1 directory work again.
OBS-URL: https://build.opensuse.org/package/show/games/love-0_7_2?expand=0&rev=6
This commit is contained in:
parent
ba9b9fba42
commit
cc65dd147d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 23:17:52 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Make build with new /usr/include/lua5.1 directory work again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 13 17:57:56 UTC 2011 - jmatejek@suse.com
|
Tue Sep 13 17:57:56 UTC 2011 - jmatejek@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package love-0_7_2
|
# spec file for package love-0_7_2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -61,7 +61,7 @@ sed -i 's/\r$//' *.txt
|
|||||||
rm -f src/modules/sound/lullaby/Mpg123Decoder.{cpp,h}
|
rm -f src/modules/sound/lullaby/Mpg123Decoder.{cpp,h}
|
||||||
mv configure.{in,ac}
|
mv configure.{in,ac}
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure
|
%configure CPPFLAGS="$(pkg-config lua5.1 --cflags)"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user