summarylogtreecommitdiffstats
path: root/unfuck_makefile.patch
diff options
context:
space:
mode:
authorgraysky2017-03-20 09:44:37 -0400
committergraysky2017-03-20 09:44:37 -0400
commitf1f87c02d3fd74fd0783f4b4dcdf8f93390ebaa1 (patch)
treefe3686151c5a881247eb67dc83c3e44f9d9ed3a7 /unfuck_makefile.patch
parent407d40f7a12bce06c41764cb3d82c4210e2e6507 (diff)
downloadaur-f1f87c02d3fd74fd0783f4b4dcdf8f93390ebaa1.tar.gz
Update to 291-2
Diffstat (limited to 'unfuck_makefile.patch')
-rw-r--r--unfuck_makefile.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/unfuck_makefile.patch b/unfuck_makefile.patch
index b12576b5ba79..b99034e0f19d 100644
--- a/unfuck_makefile.patch
+++ b/unfuck_makefile.patch
@@ -5,11 +5,11 @@
CC = gcc
-CFLAGS = -I.. -I../gwnum -I/usr/local/include -DX86_64 -O2
-+CFLAGS = -I.. -I../gwnum -march=x86-64 -DX86_64 -O2
++CFLAGS = -I.. -I../gwnum -march=x86-64 -DX86_64 -O2 -Wno-unused-result
CPP = g++
-CPPFLAGS = -I.. -I../gwnum -DX86_64 -O2
-+CPPFLAGS = -I.. -I../gwnum -march=x86-64 -O2
++CPPFLAGS = -I.. -I../gwnum -march=x86-64 -O2 -Wno-unused-result
LFLAGS = -Wl,-M -Wl,-L/usr/local/lib
-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic -lhwloc -Wl,-Bstatic -lcurl -Wl,-Bdynamic -lrt -lstdc++ -lz -lxml2 -ldl