summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Niels Horn2012-09-17 03:25:19 +0200
committer Robby Workman2012-09-17 06:31:56 +0200
commit2f47ddb87f2ff1eed83366ed8fb16ed502c4c17a (patch)
tree2791b8d837459938c233bf01c25913a5c373bb0e /games
parentb0754deaf8d6a58310a1fc0d116b06bd777203ba (diff)
downloadslackbuilds-2f47ddb87f2ff1eed83366ed8fb16ed502c4c17a.tar.gz
games/spring: Fixed to build against gcc-4.7
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/spring/spring.SlackBuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/spring/spring.SlackBuild b/games/spring/spring.SlackBuild
index 5fa6d55213..7edc781fa0 100644
--- a/games/spring/spring.SlackBuild
+++ b/games/spring/spring.SlackBuild
@@ -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