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 033545dCopy full SHA for 033545d
multimedia/XviD/Portfile
@@ -42,6 +42,9 @@ patchfiles configure-CFLAGS.patch \
42
43
use_autoreconf yes
44
45
+# XviD is C99 code; prevent autoconf 2.73+ from defaulting to C23,
46
+configure.cflags-append -std=gnu99
47
+
48
configure.universal_args-delete --disable-dependency-tracking
49
50
set my_targets(arm64) aarch64
0 commit comments