diff options
Diffstat (limited to 'desktop/wmfire/wmfire.SlackBuild')
-rw-r--r-- | desktop/wmfire/wmfire.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/wmfire/wmfire.SlackBuild b/desktop/wmfire/wmfire.SlackBuild index 223943ec7e..c1e7b963ed 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 \ |