summarylogtreecommitdiffstats
path: root/build.patch
diff options
context:
space:
mode:
authormaz-12015-10-07 22:20:35 +0800
committermaz-12015-10-07 22:20:35 +0800
commit4a2b9c86ee20df3aed547f0c967b347e295384a7 (patch)
tree370bbbd55808c2ce670b73e28032eb72eae1f77f /build.patch
downloadaur-4a2b9c86ee20df3aed547f0c967b347e295384a7.tar.gz
initial
Diffstat (limited to 'build.patch')
-rw-r--r--build.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/build.patch b/build.patch
new file mode 100644
index 000000000000..0080c8300e37
--- /dev/null
+++ b/build.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 2d2dc91..0e944a0 100644
+--- a/Makefile
++++ b/Makefile
+@@ -19,7 +19,7 @@
+ #
+
+
+-CC = gcc
++CC ?= gcc
+
+ CFLAGS += -std=c99 -fPIC -Wall -Werror -Wfatal-errors -Wno-deprecated-declarations
+ CFLAGS += -Wno-error=deprecated-declarations -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=unused-function