Files
termux-packages/packages/libgsf/configure.patch
termux-pacman-bot c17aa162f6 libgsf: Fix configure for detecting libbz2
%ci:no-build
2023-04-02 01:28:25 +00: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);
}