Files
termux-packages/packages/libgsf/configure.patch
2023-04-02 10:00:56 +09:00

21 lines
700 B
Diff

--- a/configure
+++ b/configure
@@ -15473,7 +15473,7 @@
-Werror=missing-prototypes -Werror=nested-externs \
-Werror=implicit-function-declaration \
-Wmissing-declarations -Wno-pointer-sign \
- -Werror=format-security -Wbitwise -Wcast-to-as \
+ -Wno-error=format-security -Wbitwise -Wcast-to-as \
-Wdefault-bitfield-sign -Wdo-while -Wparen-string \
-Wptr-subtraction-blows -Wreturn-void -Wtypesign \
-Wstrict-prototypes -Wno-error=format-nonliteral "
@@ -16658,7 +16658,7 @@
#undef VERSION
#undef HAVE_STDLIB_H
#include <bzlib.h>
- main ()
+ int main ()
{
return BZ2_bzDecompressInit (NULL, 0, 0);
}