summarylogtreecommitdiffstats
path: root/0001-fix-build.patch
diff options
context:
space:
mode:
authorFabioLolix2020-08-19 19:06:21 +0200
committerFabioLolix2020-08-19 19:06:21 +0200
commitacc2b338c703aab5223589e8f67734c3dedc69cf (patch)
tree2fb03b9abba7e7c497eca0a8fe65f7a3c690f080 /0001-fix-build.patch
parentc2d61d64dfd4584b5de435569e1efdc3285bb713 (diff)
downloadaur-polo-git.tar.gz
v
Diffstat (limited to '0001-fix-build.patch')
-rw-r--r--0001-fix-build.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/0001-fix-build.patch b/0001-fix-build.patch
deleted file mode 100644
index c080c14b21f7..000000000000
--- a/0001-fix-build.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 94d710c2723f6fd485d7747bd37227d5cd18a27c Mon Sep 17 00:00:00 2001
-From: FabioLolix <fabio.lolix@gmail.com>
-Date: Mon, 17 Sep 2018 23:14:55 +0200
-Subject: [PATCH] fix build
-
----
- src/makefile | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/makefile b/src/makefile
-index d1ec28b..1d3bd4d 100644
---- a/src/makefile
-+++ b/src/makefile
-@@ -16,9 +16,8 @@ app_fullname='Polo'
-
- vte_symbol = -D VTE_291
- vte_version=$(shell { (pkg-config --modversion vte-2.91 | cut -d. -f 2,3); } )
--vala_version=$(shell { (valac --version | cut -d. -f 2); } )
-
--ifeq ($(shell { test ${vala_version} -lt 42 ; echo $$? ; } ), 0)
-+ifeq ($(shell { test ${vte_version} -lt 52.2 ; echo $$? ; } ), 0)
- vte_symbol=$(shell echo '-D VTE_291_OLD')
- else
- vte_symbol=$(shell echo '-D VTE_291')
---
-2.18.0
-