summarylogtreecommitdiffstats
path: root/unfuck.patch
blob: 572573eaa9bda1285fb8c2abe02b5d38349cd7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/glmark2-git/wscript.orig        2016-05-17 23:18:02.468475747 +0200
+++ src/glmark2-git/wscript     2016-05-17 23:18:25.791307210 +0200
@@ -90,7 +90,7 @@
         ctx.check_cxx(lib = lib, uselib_store = uselib)
 
     # Check required functions
-    req_funcs = [('memset', 'string.h', []) ,('sqrt', 'math.h', ['m'])]
+    req_funcs = [('memset', 'string.h', [])]
     for func, header, uselib in req_funcs:
         ctx.check_cxx(function_name = func, header_name = header,
                       uselib = uselib, mandatory = True)