2015-10-22 11:18:05 -07:00
|
|
|
From 65feac97e132fb25278e7c4c904d2ae831bf8a50 Mon Sep 17 00:00:00 2001
|
2014-10-02 11:04:58 -07:00
|
|
|
From: Sebastian Lackner <sebastian@fds-team.de>
|
|
|
|
Date: Thu, 2 Oct 2014 19:53:46 +0200
|
2014-11-03 16:47:28 -08:00
|
|
|
Subject: winelib: Append '(Staging)' at the end of the version string.
|
2014-10-02 11:04:58 -07:00
|
|
|
|
|
|
|
---
|
|
|
|
libs/wine/Makefile.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/libs/wine/Makefile.in b/libs/wine/Makefile.in
|
2015-10-22 11:18:05 -07:00
|
|
|
index bc5f6fe..799b032 100644
|
2014-10-02 11:04:58 -07:00
|
|
|
--- a/libs/wine/Makefile.in
|
|
|
|
+++ b/libs/wine/Makefile.in
|
|
|
|
@@ -105,7 +105,7 @@ config_EXTRADEFS = \
|
|
|
|
-DBIN_TO_DATADIR=\"`$(MAKEDEP) -R ${bindir} ${datadir}/wine`\"
|
|
|
|
|
|
|
|
version.c: dummy
|
|
|
|
- version=`(GIT_DIR=$(top_srcdir)/.git git describe HEAD 2>/dev/null || echo "wine-@PACKAGE_VERSION@") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || ($(RM) $@ && exit 1)
|
2014-11-03 16:47:28 -08:00
|
|
|
+ version=`(GIT_DIR=$(top_srcdir)/.git git describe HEAD 2>/dev/null || echo "wine-@PACKAGE_VERSION@") | sed -n -e '$$s/\(.*\)/const char wine_build[] = "\1 (Staging)";/p'` && (echo $$version | cmp -s - $@) || echo $$version >$@ || ($(RM) $@ && exit 1)
|
2014-10-02 11:04:58 -07:00
|
|
|
|
2015-10-22 11:18:05 -07:00
|
|
|
dummy:
|
|
|
|
|
2014-10-02 11:04:58 -07:00
|
|
|
--
|
2015-10-22 11:18:05 -07:00
|
|
|
2.6.1
|
2014-10-02 11:04:58 -07:00
|
|
|
|