summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B.Ton <b.t.ton@student.utwente.nl>2010-05-11 22:22:49 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 22:22:49 +0200
commit4f83611e2a5bdc40899173681dfe2eb247190185 (patch)
tree40ad32a77ecc72d3a45ede580afe6aa487c3e521 /development
parentf58f28731eb0aafb88cdbf58a7757502ba50592d (diff)
downloadslackbuilds-4f83611e2a5bdc40899173681dfe2eb247190185.tar.gz
slackbuilds-4f83611e2a5bdc40899173681dfe2eb247190185.tar.xz
development/uisp: Updated for version 20050207
Diffstat (limited to 'development')
-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