Description: Add SDL and boost_system to linker flags to fix FTBFS
 with binutils-gold
Author: Angel Abad
Bug-Ubuntu: https://launchpad.net/bugs/683131
Bug-Debian: http://bugs.debian.org/605481

--- projectfootball-0.2.1.orig/Release/objects.mk
+++ projectfootball-0.2.1/Release/objects.mk
@@ -4,4 +4,4 @@
 
 USER_OBJS :=
 
-LIBS := -lSDL_mixer -lboost_filesystem-mt -lboost_thread-mt -lsqlite3 -llua5.1 -lOIS -lOgreMain -lCEGUIOgreRenderer -lCEGUIBase
+LIBS := -lSDL_mixer -lboost_filesystem-mt -lboost_thread-mt -lsqlite3 -llua5.1 -lOIS -lOgreMain -lCEGUIOgreRenderer -lCEGUIBase -lSDL -lboost_system
