lang/gcc45

This commit is contained in:
2016-10-14 10:03:50 +02:00
committed by Lionel Sambuc
parent 55ed866b8e
commit 21b77466b9
462 changed files with 25994 additions and 1269 deletions

View 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);