diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-14 00:28:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2005-11-14 00:28:31 +0000 |
commit | f61f2b3a33251d350ca2ee502c5a994951cc4102 (patch) | |
tree | ae8e0869441d86174bd99ac49e0cc7468835cfd4 /lang/gcc48/files | |
parent | 60a4590495d1bd7cac424f21ddce547ac0878e5f (diff) |
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).
Add a long missing dependency on USE_ICONV=yes.[1]
PR: 88894 [1]
Submitted by: Björn König" <bkoenig@cs.tu-berlin.de> [1]
Notes
Notes:
svn path=/head/; revision=148179
Diffstat (limited to 'lang/gcc48/files')
-rw-r--r-- | lang/gcc48/files/patch-libcpp-include-cpplib.h | 13 |
1 files changed, 13 insertions, 0 deletions
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. */ |