mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
356 B
Diff
12 lines
356 B
Diff
--- vlib/time/time_nix.c.v.original 2022-09-01 11:28:20.000000000 +0100
|
|
+++ vlib/time/time_nix.c.v 2022-09-01 11:29:12.000000000 +0100
|
|
@@ -3,7 +3,7 @@
|
|
// that can be found in the LICENSE file.
|
|
module time
|
|
|
|
-#flag darwin -I@VEXEROOT/thirdparty/legacy/include/LegacySupport
|
|
+#flag -I@PREFIX@/include/LegacySupport
|
|
#include <time.h>
|
|
#include <errno.h>
|
|
|