lang/gcc45
This commit is contained in:
14
lang/gcc45/patches/patch-libcpp_init.c
Normal file
14
lang/gcc45/patches/patch-libcpp_init.c
Normal file
@@ -0,0 +1,14 @@
|
||||
$NetBSD$
|
||||
|
||||
--- libcpp/init.c.orig Thu Feb 11 19:49:17 2010
|
||||
+++ libcpp/init.c
|
||||
@@ -25,7 +25,9 @@ along with this program; see the file COPYING3. If no
|
||||
#include "cpplib.h"
|
||||
#include "internal.h"
|
||||
#include "mkdeps.h"
|
||||
+#ifdef ENABLE_NLS
|
||||
#include "localedir.h"
|
||||
+#endif
|
||||
|
||||
static void init_library (void);
|
||||
static void mark_named_operators (cpp_reader *, int);
|
||||
Reference in New Issue
Block a user