Package: bygfoot / 2.3.2-2

02_link_libm.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Force link of libm. Fixes FTBFS.
Author: Barry deFreese <bdefreese@debian.org>
Index: bygfoot-2.3.2/src/Makefile.in
===================================================================
--- bygfoot-2.3.2.orig/src/Makefile.in	2009-07-08 06:20:43.000000000 -0400
+++ bygfoot-2.3.2/src/Makefile.in	2013-07-04 19:12:23.000000000 -0400
@@ -289,7 +289,7 @@
 	xml_team.c file.h free.h main.h misc.h option.h player.h team.h variables.h xml_team.h \
 	youth_academy.c free.h maths.h name.h option.h player.h team.h user.h youth_academy.h 
 
-bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) 
+bygfoot_LDADD = @PACKAGE_LIBS@ @GST_LIBS@ $(INTLLIBS) -lm 
 all: all-am
 
 .SUFFIXES: