summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorMatt Hamilton2015-11-25 13:00:35 -0500
committerMatt Hamilton2015-11-25 13:00:35 -0500
commitaf5a2c7270b64ee9de1aed6e601106332b3052e4 (patch)
treed5810dfef0a91be56f9ed6f03af94ce364264cee /makefile.patch
parenta36b00c825b6dd4b6b680179e60ed1dc5964e76d (diff)
downloadaur-af5a2c7270b64ee9de1aed6e601106332b3052e4.tar.gz
fix build
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..fe08299d426e
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,11 @@
+diff --git a/Makefile.orig b/Makefile
+index 58d3c1e..ac9cb19 100644
+--- a/Makefile.orig
++++ b/Makefile
+@@ -1,5 +1,6 @@
+ PREFIX ?= /usr/local
+ BINDIR ?= $(PREFIX)/bin
++CXXFLAGS=-std=c++11
+
+ all:
+ $(MAKE) -C src