summaryrefslogtreecommitdiff
path: root/app-misc/sleepyhead/files/gitfix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/sleepyhead/files/gitfix.patch')
-rw-r--r--app-misc/sleepyhead/files/gitfix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-misc/sleepyhead/files/gitfix.patch b/app-misc/sleepyhead/files/gitfix.patch
deleted file mode 100644
index 46cbef0a4530..000000000000
--- a/app-misc/sleepyhead/files/gitfix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/SleepyHeadQT.pro
-+++ b/SleepyHeadQT.pro
-@@ -31,10 +31,10 @@ TEMPLATE = app
-
- #exists(.git):DEFINES += GIT_BRANCH=\\\"$$system(git rev-parse --symbolic-full-name --abbrev-ref HEAD)\\\"
- exists(.git):DEFINES += GIT_BRANCH=\\\"$$system(git rev-parse --abbrev-ref HEAD)\\\"
--else:DEFINES += GIT_BRANCH=\\\"NOT BUILT FROM GIT SOURCE\\\"
-+else:DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\"
-
- exists(.git):DEFINES += GIT_REVISION=\\\"$$system(git rev-parse HEAD)\\\"
--else:DEFINES += GIT_BRANCH=\\\"UNKNOWN\\\"
-+else:DEFINES += GIT_REVISION=\\\"UNKNOWN\\\"
-
- SOURCES += main.cpp\
- SleepLib/machine.cpp \