Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37912545
en ru br
ALT Linux repositórios
S:3.1.1-alt5
5.0: 2.7.11-alt1
4.1: 2.7.11-alt1
4.0: 2.7.11-alt0.M40.1

Group :: Gráficos
RPM: flam3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: flam3-3.1.1-alt-007-autoconf.patch
Download


Description: Fix autoconf warning on missing AC_LANG_SOURCE
Author: Peter Blackman <peter@pblackman.plus.com>
Last-Update: 2020-07-09
Index: b/configure.ac
===================================================================
--- a/configure.ac
+++ b/configure.ac
@@ -36,9 +36,9 @@
 if test "${enable_atomic_ops}" = "yes" ; then
 
   AC_MSG_CHECKING([whether $CC knows 32-bit __sync_bool_compare_and_swap()])
-  AC_LANG_CONFTEST([#include <stdint.h>
+  AC_LANG_CONFTEST([AC_LANG_SOURCE[#include <stdint.h>
   int main() { uint32_t a = 4;
-  __sync_bool_compare_and_swap(&a, 4, 5); }])
+  __sync_bool_compare_and_swap(&a, 4, 5); }]])
   $CC conftest.c $CFLAGS -o conftest > /dev/null 2> /dev/null
   ret=$?
   rm -f conftest.o conftest
@@ -50,8 +50,8 @@
   fi
 
   AC_MSG_CHECKING([whether $CC knows 64-bit __sync_bool_compare_and_swap()])
-  AC_LANG_CONFTEST([#include <stdint.h>
-  int main() { uint64_t a = 4; __sync_bool_compare_and_swap(&a, 4, 5); }])
+  AC_LANG_CONFTEST([AC_LANG_SOURCE[#include <stdint.h>
+  int main() { uint64_t a = 4; __sync_bool_compare_and_swap(&a, 4, 5); }]])
   $CC conftest.c $CFLAGS -o conftest > /dev/null 2> /dev/null
   ret=$?
   rm -f conftest.o conftest
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009