diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-10-13 15:45:08 +0200 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2017-10-13 15:45:08 +0200 |
commit | 06e6f4a3199043c737a37721d889b86885106ca8 (patch) | |
tree | 078350cc685b48901e8db839f28d0b6b4eb4a8a1 /patches | |
parent | 69eaa500649afaa1a263bcb45b075660117eef64 (diff) | |
download | midipix_build-06e6f4a3199043c737a37721d889b86885106ca8.tar.bz2 midipix_build-06e6f4a3199043c737a37721d889b86885106ca8.tar.xz |
patches/glib-2.54.0.local.patch: fix missing semicolon (via Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/glib-2.54.0.local.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/glib-2.54.0.local.patch b/patches/glib-2.54.0.local.patch index 40ad4149..da5baae4 100644 --- a/patches/glib-2.54.0.local.patch +++ b/patches/glib-2.54.0.local.patch @@ -13,7 +13,7 @@ -Werror=missing-prototypes -Werror=implicit-function-declaration \ -Werror=pointer-arith -Werror=init-self -Werror=format-security \ - -Werror=format=2 -Werror=missing-include-dirs; do -+ do ++ ; do { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC supports flag $flag in envvar CFLAGS" >&5 $as_echo_n "checking if $CC supports flag $flag in envvar CFLAGS... " >&6; } |