From a4483b4930d69a7af282b4b581072e60ddb4640c Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 10 Feb 2022 21:08:29 +0100 Subject: desktop/wmfire: Drop broken inlining (tnx gentoo!). Signed-off-by: Matteo Bernardini Signed-off-by: Willy Sudiarto Raharjo --- desktop/wmfire/wmfire-1.2.4-inline_c99.patch | 21 +++++++++++++++++++++ desktop/wmfire/wmfire.SlackBuild | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 desktop/wmfire/wmfire-1.2.4-inline_c99.patch (limited to 'desktop') diff --git a/desktop/wmfire/wmfire-1.2.4-inline_c99.patch b/desktop/wmfire/wmfire-1.2.4-inline_c99.patch new file mode 100644 index 000000000000..34846bf86bdc --- /dev/null +++ b/desktop/wmfire/wmfire-1.2.4-inline_c99.patch @@ -0,0 +1,21 @@ +diff -Naur wmfire-1.2.4.orig/src/wmfire.c wmfire-1.2.4/src/wmfire.c +--- wmfire-1.2.4.orig/src/wmfire.c 2005-12-04 11:39:16.000000000 +0100 ++++ wmfire-1.2.4/src/wmfire.c 2019-07-30 22:43:03.306268675 +0200 +@@ -108,7 +108,7 @@ + void change_flame(int); + GdkCursor *setup_cursor(); + void burn_spot(int, int, int); +-inline void draw_fire(unsigned int); ++void draw_fire(unsigned int); + static void make_wmfire_dockapp(); + void read_config(int, char **); + void do_help(void); +@@ -470,7 +470,7 @@ + /* Draw fire */ + /******************************************/ + +-inline void ++void + draw_fire(unsigned int load) + { + int x, y, i, j; diff --git a/desktop/wmfire/wmfire.SlackBuild b/desktop/wmfire/wmfire.SlackBuild index 223943ec7e11..c1e7b963edff 100644 --- a/desktop/wmfire/wmfire.SlackBuild +++ b/desktop/wmfire/wmfire.SlackBuild @@ -64,6 +64,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +patch -p1 < $CWD/wmfire-1.2.4-inline_c99.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3