diff --git a/love-0_7_2.changes b/love-0_7_2.changes index e1b3069..d715ab0 100644 --- a/love-0_7_2.changes +++ b/love-0_7_2.changes @@ -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 diff --git a/love-0_7_2.spec b/love-0_7_2.spec index 0055112..9c6c64c 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) 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 # 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} mv configure.{in,ac} autoreconf -fi -%configure +%configure CPPFLAGS="$(pkg-config lua5.1 --cflags)" make %{?_smp_mflags} %install