mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
ee861a1726
a/mkinitrd-1.4.11-x86_64-29.txz: Rebuilt. Support mounting additional partitions from the initrd - useful for anyone still stuck with a separated /usr. ;-) Thanks to PiterPunk. Ensure that the target directory exists before trying to copy a module into it (workaround for coreutils 9.1 behavior change). ap/vim-8.2.4830-x86_64-1.txz: Upgraded. l/SDL2-2.0.22-x86_64-1.txz: Upgraded. l/elfutils-0.187-x86_64-1.txz: Upgraded. l/fluidsynth-2.2.7-x86_64-1.txz: Upgraded. n/gnupg2-2.2.35-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.4830-x86_64-1.txz: Upgraded. xap/xpdf-4.04-x86_64-1.txz: Upgraded.
18 lines
773 B
Diff
18 lines
773 B
Diff
--- ./CMakeLists.txt.orig 2022-04-21 12:37:37.000000000 -0500
|
|
+++ ./CMakeLists.txt 2022-04-26 13:11:44.293866236 -0500
|
|
@@ -532,15 +532,6 @@
|
|
list(APPEND EXTRA_CFLAGS "-fno-strict-aliasing")
|
|
endif()
|
|
|
|
- check_c_compiler_flag(-Wdeclaration-after-statement HAVE_GCC_WDECLARATION_AFTER_STATEMENT)
|
|
- if(HAVE_GCC_WDECLARATION_AFTER_STATEMENT)
|
|
- check_c_compiler_flag(-Werror=declaration-after-statement HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT)
|
|
- if(HAVE_GCC_WERROR_DECLARATION_AFTER_STATEMENT)
|
|
- list(APPEND EXTRA_CFLAGS "-Werror=declaration-after-statement")
|
|
- endif()
|
|
- list(APPEND EXTRA_CFLAGS "-Wdeclaration-after-statement")
|
|
- endif()
|
|
-
|
|
if(DEPENDENCY_TRACKING)
|
|
check_c_source_compiles("
|
|
#if !defined(__GNUC__) || __GNUC__ < 3
|