mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
apr-util: fix for -Wimplicit-int
This commit is contained in:
parent
c4d86008da
commit
2435e619d2
1 changed files with 11 additions and 0 deletions
11
srcpkgs/apr-util/patches/implicit-int.patch
Normal file
11
srcpkgs/apr-util/patches/implicit-int.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/build/dbm.m4
|
||||||
|
+++ b/build/dbm.m4
|
||||||
|
@@ -235,7 +235,7 @@ AC_DEFUN([APU_TRY_BERKELEY_DB],
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <$apu_try_berkeley_db_header>
|
||||||
|
-main ()
|
||||||
|
+int main ()
|
||||||
|
{
|
||||||
|
int major, minor, patch;
|
||||||
|
|
Loading…
Add table
Reference in a new issue