SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
databases/mdbtools/patches/patch-configure_ac
Normal file
14
databases/mdbtools/patches/patch-configure_ac
Normal file
|
@ -0,0 +1,14 @@
|
|||
file.c:303:25: error: 'g_memdup' is deprecated: Use 'g_memdup2' instead [-Werror,-Wdeprecated-declarations]
|
||||
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -83,7 +83,7 @@ AM_CONDITIONAL(SQL, test x$sql = xtrue)
|
||||
AC_SUBST(SQL)
|
||||
AC_SUBST(LFLAGS)
|
||||
|
||||
-CFLAGS="$CFLAGS -Wall -Werror"
|
||||
+CFLAGS="$CFLAGS -Wall"
|
||||
LOCALE_T=locale_t
|
||||
AS_CASE([$host],
|
||||
[*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])
|
Loading…
Add table
Add a link
Reference in a new issue