234d98a3d3
patches rather than altering custom tarball so as to keep the tarball as close to FSF's source as possible. Add application.mk convenience include to add to CPPFLAGS and LIBS enough glue to use libiberty in a gcc-based app compile.
13 lines
300 B
Text
13 lines
300 B
Text
$NetBSD: patch-aa,v 1.1 2005/01/18 21:58:55 tv Exp $
|
|
|
|
--- include/libiberty.h.orig 2005-01-18 16:43:34.000000000 -0500
|
|
+++ include/libiberty.h
|
|
@@ -39,7 +39,7 @@
|
|
extern "C" {
|
|
#endif
|
|
|
|
-#include "ansidecl.h"
|
|
+#include "libiberty_decl.h"
|
|
|
|
#ifdef ANSI_PROTOTYPES
|
|
/* Get a definition for size_t. */
|