games/spring: Fixed to build against gcc-4.7

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Niels Horn 2012-09-16 22:25:19 -03:00 committed by Robby Workman
parent b0754deaf8
commit 2f47ddb87f
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ chmod -R u+w,go+r-w,a-s .
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_EXE_LINKER_FLAGS="-lz" \
-DLIBDIR=/usr/lib${LIBDIRSUFFIX} \
.
make