summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-07-25 17:10:27 +0200
committer Matteo Bernardini2018-06-09 07:50:46 +0200
commit896b692b6cf17ffc354f5b06346b18835d41316d (patch)
treeee7e24c698cb56a17921a4de8743ef998f1faea4
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-devilspie.tar.gz
desktop/devilspie: Disabled some warnings-as-errors.devilspie
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--desktop/devilspie/devilspie.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/devilspie/devilspie.SlackBuild b/desktop/devilspie/devilspie.SlackBuild
index 471bd18014..5334d2b91d 100644
--- a/desktop/devilspie/devilspie.SlackBuild
+++ b/desktop/devilspie/devilspie.SlackBuild
@@ -55,7 +55,7 @@ sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am
autoreconf -i
LDFLAGS="-lX11" \
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error=format-y2k" \
CPPFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \