mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
- 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.
13 lines
364 B
C
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>
|