summarylogtreecommitdiffstats
path: root/Makefile.patch
diff options
context:
space:
mode:
authorDaichi Shinozaki2015-06-09 18:16:39 +0900
committerDaichi Shinozaki2015-06-09 18:16:39 +0900
commit0daffa517fd51a585283d5cf1443588a109beaee (patch)
tree7fa64c4bf70854748ef96fd377a9144e0c6fe827 /Makefile.patch
downloadaur-gpsshogi-svn.tar.gz
Initial import
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..7d145fc9e7d5
--- /dev/null
+++ b/Makefile.patch
@@ -0,0 +1,11 @@
+--- Makefile.orig 2009-06-20 22:31:42.000000000 +0900
++++ Makefile 2014-04-30 16:09:39.499061070 +0900
+@@ -26,7 +26,7 @@
+ cd lib; $(MAKE) clean
+
+ update-revision:
+- cat $(GPSSHOGI_REVISION_H) | sed -e 's/r[0-9][0-9A-Z:]*/r'`svnversion`'/g' > $(GPSSHOGI_REVISION_H).new
++ cat $(GPSSHOGI_REVISION_H) | sed -e 's/r[0-9][0-9A-Z:]*/%%revision/g' > $(GPSSHOGI_REVISION_H).new
+ if cmp $(GPSSHOGI_REVISION_H) $(GPSSHOGI_REVISION_H).new > /dev/null; then \
+ rm $(GPSSHOGI_REVISION_H).new; \
+ else \