summaryrefslogtreecommitdiff
path: root/development/uisp
diff options
context:
space:
mode:
Diffstat (limited to 'development/uisp')
-rw-r--r--development/uisp/uisp.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/uisp/uisp.SlackBuild b/development/uisp/uisp.SlackBuild
index 77bce36a3b..c4a944a62e 100644
--- a/development/uisp/uisp.SlackBuild
+++ b/development/uisp/uisp.SlackBuild
@@ -36,7 +36,8 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr
-make || exit 1
+# Dont treat warnings as errors
+AM_CXXFLAGS="-Wall" make -e || exit 1
make install-strip DESTDIR=$PKG
( cd $PKG/usr/man