diff options
author | gerald <gerald@FreeBSD.org> | 2005-11-14 00:28:31 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-11-14 00:28:31 +0000 |
commit | e856348bebca9eda68357d81c8c7ec5a4a517602 (patch) | |
tree | 7ac2f41246afaa7d1eb618a5e26a5f2608e48ac5 /lang/gcc46/files | |
parent | bbffd712a3592d192e5afae6835e131df872a61b (diff) | |
download | FreeBSD-ports-e856348bebca9eda68357d81c8c7ec5a4a517602.zip FreeBSD-ports-e856348bebca9eda68357d81c8c7ec5a4a517602.tar.gz |
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]
Diffstat (limited to 'lang/gcc46/files')
-rw-r--r-- | lang/gcc46/files/patch-libcpp-include-cpplib.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc46/files/patch-libcpp-include-cpplib.h b/lang/gcc46/files/patch-libcpp-include-cpplib.h new file mode 100644 index 0000000..4c015b7 --- /dev/null +++ b/lang/gcc46/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. */ |