Files
macports-ports/lang/cc65/files/patch-src-common-version.c.diff
Ryan Schmidt 02f911f953 cc65: Fix version, fix universal, use -Os, etc.
Fix the version number displayed by the programs.

Use libtool instead of ar to make the static library so that the
universal variant can be used.

Use -Os or whatever the MacPorts optimization flags are.

Disable silent rules.

Specify the correct license.

Update homepage.
2021-09-26 07:04:05 -05:00

14 lines
266 B
Diff

Fix version number.
https://github.com/cc65/cc65/commit/cffcbce60fc41d26c25891edc8992e23a4a8d4c9
--- src/common/version.c.orig
+++ src/common/version.c
@@ -47,7 +47,7 @@
#define VER_MAJOR 2U
-#define VER_MINOR 18U
+#define VER_MINOR 19U