summarylogtreecommitdiffstats
path: root/makefile.patch
diff options
context:
space:
mode:
authorhaawda2018-03-02 21:56:16 +0100
committerhaawda2018-03-02 21:56:16 +0100
commitcf414b3b68addab8b64c36e3a19c4cac7a814d94 (patch)
treef598817549820fd84f642c5613d201b1259a69a9 /makefile.patch
parent027a7ccc950370f351311a1acb769f5524877abd (diff)
downloadaur-cf414b3b68addab8b64c36e3a19c4cac7a814d94.tar.gz
update with patch for broken Makefile
Diffstat (limited to 'makefile.patch')
-rw-r--r--makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/makefile.patch b/makefile.patch
new file mode 100644
index 000000000000..b83ca6974819
--- /dev/null
+++ b/makefile.patch
@@ -0,0 +1,12 @@
+diff -Naur pachi-pachi-12.00-jowa.orig/Makefile pachi-pachi-12.00-jowa.new/Makefile
+--- pachi-pachi-12.00-jowa.orig/Makefile 2018-02-18 03:22:05.000000000 +0100
++++ pachi-pachi-12.00-jowa.new/Makefile 2018-03-01 22:15:58.954787036 +0100
+@@ -276,7 +276,7 @@
+ DOUBLE_FLOATING=$(DOUBLE_FLOATING) BOARDSIZE=$(BOARDSIZE) ./spudfrog
+
+ # Build info
+-build.h: .git/HEAD .git/index Makefile
++build.h: Makefile
+ +@make spudfrog
+ @echo "[make] build.h"
+ @CC="$(CC)" CFLAGS="$(CFLAGS)" ./genbuild > $@