diff options
author | 2018-06-26 21:36:40 +0200 | |
---|---|---|
committer | 2021-02-27 09:46:49 +0100 | |
commit | 9f65ddab72bacbf77a834a83ed5280214fcc2450 (patch) | |
tree | ace7cfcb1871bdec122a6cc0f171b993003c008b | |
parent | 9aa1498acb0841d4ce656319a4de5cc157b4e2ed (diff) | |
download | slackbuilds-gargoyle.tar.gz |
games/gargoyle: Added -fpermissive to the CCFLAGS.gargoyle
Thanks to BradReed on LQ
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | games/gargoyle/gargoyle.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gargoyle/gargoyle.SlackBuild b/games/gargoyle/gargoyle.SlackBuild index fd26829adf..d38d8dca90 100644 --- a/games/gargoyle/gargoyle.SlackBuild +++ b/games/gargoyle/gargoyle.SlackBuild @@ -59,7 +59,7 @@ jam -s DESTDIR=$PKG \ -s _BINDIR=/usr/libexec/gargoyle \ -s _APPDIR=/usr/libexec/gargoyle \ -s _LIBDIR=/usr/lib$LIBDIRSUFFIX/gargoyle \ - -s CCFLAGS="$SLKCFLAGS -fgnu89-inline" \ + -s CCFLAGS="$SLKCFLAGS -fgnu89-inline -fpermissive" \ -dx \ install |