aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-03-29 13:16:06 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-03-29 13:16:06 +0000
commit549d2fd534e3a23eec443a3a5ebb0de89f5c4801 (patch)
tree5509940388474a98a919ed0313c26406eed9cc60 /misc
parente25859e09380f5930718094423dc8616cbb202b3 (diff)
downloadports-549d2fd534e3a23eec443a3a5ebb0de89f5c4801.tar.gz
ports-549d2fd534e3a23eec443a3a5ebb0de89f5c4801.zip
misc/far2l: attempt to unbreak the build on ARM64 (AArch64)
And probably other architectures where `wchar_t' is unsigned. Reported by: pkg-fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/far2l/Makefile3
-rw-r--r--misc/far2l/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/misc/far2l/Makefile b/misc/far2l/Makefile
index f5e4f72d9556..0847d88b1c50 100644
--- a/misc/far2l/Makefile
+++ b/misc/far2l/Makefile
@@ -5,6 +5,9 @@ PORTVERSION= 2.4.0
DISTVERSIONPREFIX= v_
CATEGORIES= misc
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES= f49e2475f7eba50d3d5c.patch:-p1
+
MAINTAINER= danfe@FreeBSD.org
COMMENT= Port of FAR v2 to Unix-like systems
diff --git a/misc/far2l/distinfo b/misc/far2l/distinfo
index 6e12a901869f..56b2a7b9f573 100644
--- a/misc/far2l/distinfo
+++ b/misc/far2l/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1641943318
SHA256 (elfmz-far2l-v_2.4.0_GH0.tar.gz) = a595f7f2b48aaf6cfd61c1539bb52207f8f985576ee928915f54b675666e9f88
SIZE (elfmz-far2l-v_2.4.0_GH0.tar.gz) = 6223889
+SHA256 (f49e2475f7eba50d3d5c.patch) = 127f43c5b85a2737c5280e5db1511f2d9b3d5363bc43f265b48c98a79aa9da13
+SIZE (f49e2475f7eba50d3d5c.patch) = 1859