From f61f2b3a33251d350ca2ee502c5a994951cc4102 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Mon, 14 Nov 2005 00:28:31 +0000 Subject: Update to the 20051112 snapshot of GCC 4.1.0 (which requires a fix to build with GCC 2.95 that I already submitted upstream as well). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a long missing dependency on USE_ICONV=yes.[1] PR: 88894 [1] Submitted by: Björn König" [1] --- lang/gcc48/files/patch-libcpp-include-cpplib.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/gcc48/files/patch-libcpp-include-cpplib.h (limited to 'lang/gcc48/files') diff --git a/lang/gcc48/files/patch-libcpp-include-cpplib.h b/lang/gcc48/files/patch-libcpp-include-cpplib.h new file mode 100644 index 000000000000..4c015b73cd38 --- /dev/null +++ b/lang/gcc48/files/patch-libcpp-include-cpplib.h @@ -0,0 +1,13 @@ +Index: libcpp/include/cpplib.h +=================================================================== +--- libcpp/include/cpplib.h (revision 106842) ++++ libcpp/include/cpplib.h (working copy) +@@ -474,7 +474,7 @@ + /* Called to emit a diagnostic if client_diagnostic option is true. + This callback receives the translated message. */ + void (*error) (cpp_reader *, int, const char *, va_list *) +- ATTRIBUTE_PRINTF(3,0); ++ ATTRIBUTE_FPTR_PRINTF(3,0); + }; + + /* Chain of directories to look for include files in. */ -- cgit v1.2.3