diff options
author | Matteo Bernardini | 2019-10-08 10:01:48 +0200 |
---|---|---|
committer | Matteo Bernardini | 2019-10-08 10:01:48 +0200 |
commit | c632835a841a449db663e3b03c0fa73672b56557 (patch) | |
tree | 221df3fbfe8006acb271b605e70b498e9eb7bade /desktop/wbar/wbar.SlackBuild | |
parent | 0f41388fbdebf3a7e930962dd49fd0a2ee704fae (diff) | |
download | slackbuilds-current-20191008.1.tar.gz |
20191008.1 global branch merge.current-20191008.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/wbar/wbar.SlackBuild')
-rw-r--r-- | desktop/wbar/wbar.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/wbar/wbar.SlackBuild b/desktop/wbar/wbar.SlackBuild index 09fd3d2bc5..d16ff8a236 100644 --- a/desktop/wbar/wbar.SlackBuild +++ b/desktop/wbar/wbar.SlackBuild @@ -74,7 +74,7 @@ find -L . \ sed -i 's|pidof|/sbin/pidof|g' src/config/Run.cc CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS -Wno-error=literal-suffix" \ ./configure \ --prefix=/usr \ --exec-prefix=/usr \ |