public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libsmbios/files: libsmbios-2.2.26-gcc46.patch
@ 2011-05-29 10:10 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2011-05-29 10:10 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    11/05/29 10:10:23

  Added:                libsmbios-2.2.26-gcc46.patch
  Log:
  Fixed building with >=gcc-4.6.0
  
  (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsmbios/files/libsmbios-2.2.26-gcc46.patch?rev=1.1&content-type=text/plain

Index: libsmbios-2.2.26-gcc46.patch
===================================================================
--- libsmbios-2.2.26/Makefile.am
+++ libsmbios-2.2.26/Makefile.am
@@ -18,8 +18,8 @@
 TESTS=
 
 AM_CPPFLAGS = -I$(top_builddir)/out/include -I$(top_srcdir)/src/include -DLIBSMBIOS_LOCALEDIR=\"$(localedir)\"
-AM_CFLAGS = -Werror -Wall
-AM_CXXFLAGS = -Werror -Wall
+AM_CFLAGS = -Wall
+AM_CXXFLAGS = -Wall
 AM_LDADD = $(LIBINTL)
 AM_LDFLAGS = -L$(top_builddir)/out/ -Wl,--no-undefined @LDFLAG_AS_NEEDED@
 
--- libsmbios-2.2.26/src/include/smbios/config/compiler/gcc.hpp
+++ libsmbios-2.2.26/src/include/smbios/config/compiler/gcc.hpp
@@ -113,7 +113,7 @@
 #  error "Compiler not configured - please reconfigure"
 #endif
 //
-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))
+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 6))
 #  if defined(LIBSMBIOS_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  else
--- libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h
+++ libsmbios-2.2.26/src/include/smbios_c/config/compiler/gcc.h
@@ -24,7 +24,7 @@
 #  error "GCC versions < 2.90 not supported"
 #endif
 //
-#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 5))
+#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 6))
 #  if defined(LIBSMBIOS_C_ASSERT_CONFIG)
 #     error "Unknown compiler version - please run the configure tests and report the results"
 #  else






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/libsmbios/files: libsmbios-2.2.26-gcc46.patch
@ 2013-02-04 11:58 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2013-02-04 11:58 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    13/02/04 11:58:06

  Removed:              libsmbios-2.2.26-gcc46.patch
  Log:
  Removed old versions
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-04 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 11:58 [gentoo-commits] gentoo-x86 commit in sys-libs/libsmbios/files: libsmbios-2.2.26-gcc46.patch Lars Wendler (polynomial-c)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-29 10:10 Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox