mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
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.
14 lines
266 B
Diff
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
|
|
|
|
|
|
|