ports/devel/fnccheck/files/patch-src_fcdump_demangle.h
Adriaan de Groot 6884228867 devel/fnccheck: fix build against updated libbfd
- use the libiberty demangling header instead of a bundled
  copy from 2012 that no longer compiles because of changes
  in ansidecl.h
- if anyone knows what a CCI/Harris Tahoe was, speak up
- demangle using GNU_V3 instead.
2021-05-11 20:47:31 +02:00

13 lines
364 B
C

--- src/fcdump/demangle.h.orig 2021-05-10 22:03:39 UTC
+++ src/fcdump/demangle.h
@@ -16,8 +16,9 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <libiberty/demangle.h>
-#if !defined (DEMANGLE_H)
+#if 0
#define DEMANGLE_H
#include <ansidecl.h>