* imported qemu/hotfix-glibc-2.41.patch
[t2sde.git] / package / contrib / crore / makefile-output.patch
blobc5cd414ce50e2d9e66be36101cbe8cceb1a82069
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/crore/makefile-output.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Hare build seems to output the binary to crore-v0.2.2 so we overwrite to
15 simply -o crore to allow the rest of the makefile to work properly.
17 - NoTag <notag@t2sde.org>
19 --- crore-v0.2.2/Makefile.vanilla 2024-01-29 11:57:57.544780665 +0100
20 +++ crore-v0.2.2/Makefile 2024-01-29 11:58:19.592049297 +0100
21 @@ -1,4 +1,4 @@
22 -VERSION=0.1.3
23 +VERSION=0.2.2
24 PREFIX?=/usr
25 BINDIR?=$(PREFIX)/bin
26 MANDIR?=$(PREFIX)/share/man
27 @@ -7,7 +7,7 @@
28 .DEFAULT_GOAL=all
30 crore:
31 - hare build
32 + hare build -o crore
34 crore.1: crore.1.scd
35 scdoc < $< > $@