diff options
author | Matteo Bernardini | 2018-10-13 14:03:53 +0200 |
---|---|---|
committer | Matteo Bernardini | 2018-10-13 14:03:53 +0200 |
commit | 90a1c3817bd979d30eef880f5cbbdab1fdc96b69 (patch) | |
tree | 1a33d8fc1b5d12da92df48dd63c822804617a5f2 /games/xye/xye.SlackBuild | |
parent | e508b015d1f32339a2049795d646af143139eb87 (diff) | |
download | slackbuilds-current-20181013.1.tar.gz |
20181013.1 global branch merge.current-20181013.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/xye/xye.SlackBuild')
-rw-r--r-- | games/xye/xye.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xye/xye.SlackBuild b/games/xye/xye.SlackBuild index 8487aecd40..fbe4eba763 100644 --- a/games/xye/xye.SlackBuild +++ b/games/xye/xye.SlackBuild @@ -72,7 +72,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -Wno-error=narrowing" \ ./configure \ --prefix=/usr \ --bindir=/usr/bin \ |