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 c6e9cd1 commit 586eafbCopy full SHA for 586eafb
multimedia/XviD/Portfile
@@ -42,6 +42,10 @@ patchfiles configure-CFLAGS.patch \
42
43
use_autoreconf yes
44
45
+# XviD is C99 code
46
+compiler.c_standard 1999
47
+configure.cflags-append -std=gnu99
48
+
49
configure.universal_args-delete --disable-dependency-tracking
50
51
set my_targets(arm64) aarch64
0 commit comments