development/uisp: Updated for version 20050207

This commit is contained in:
B.Ton 2010-05-11 22:22:49 +02:00 committed by Robby Workman
parent f58f28731e
commit 4f83611e2a
1 changed files with 2 additions and 1 deletions

View File

@ -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