From cc65dd147d723fb12b77fa455ee5b1a6c95335b5de22472ec5268e1d3f73c9c5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 28 Aug 2017 23:18:12 +0000 Subject: [PATCH] - 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 --- love-0_7_2.changes | 5 +++++ love-0_7_2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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