We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4147af4 commit 2fe4b63Copy full SHA for 2fe4b63
devel/libgit2-devel/Portfile
@@ -63,6 +63,9 @@ post-patch {
63
}
64
65
compiler.c_standard 1999
66
+
67
+# Force cmake to pass `-std=c99`, otherwise `-std=c90` is used
68
+# See: https://trac.macports.org/ticket/72428
69
cmake.set_c_standard yes
70
71
# Clear optflags; controlled by project, via cmake build type
0 commit comments