diff options
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 |
commit | 4f83611e2a5bdc40899173681dfe2eb247190185 (patch) | |
tree | 40ad32a77ecc72d3a45ede580afe6aa487c3e521 | |
parent | f58f28731eb0aafb88cdbf58a7757502ba50592d (diff) | |
download | slackbuilds-4f83611e2a5bdc40899173681dfe2eb247190185.tar.gz |
development/uisp: Updated for version 20050207
-rw-r--r-- | development/uisp/uisp.SlackBuild | 3 |
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 |