1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 12:40:45 -04:00
ports/devel/genie/files/patch-src_host_version.h
Alastair Hogge c62bdd5911 devel/genie: Update version g2020082801=>g20230921
- Pet port{clippy,fmt,lint} hints
- Add DEBUG option to Port
- GENie releases come with pre-rolled assets used for project
  generation, this means GNU makefiles configured to build GENie, and
  created for User projects, include hard coded architecture
  information, including compiler platform options (-m64). Remove hard
  coded information, as well as any -O optimisation that are fouling
  with the Ports framework. Patch the GENie sources to produce sanitised
  output fit for consumers of the Port, and use the assets produced from
  the build to create the needed patches in files/

PR:		274947
2023-11-23 23:02:57 +01:00

8 lines
322 B
C

--- src/host/version.h.orig 2023-11-11 06:49:36 UTC
+++ src/host/version.h
@@ -1,3 +1,3 @@
// This file is autogenerated, do not change it.
-#define VERSION 0
-#define VERSION_STR "<auto generated do not change>"
+#define VERSION 1174
+#define VERSION_STR "version 1174 (commit 7f00dcba5845a0158d53b9b2867f42e6979648ba)"