pkgsrc/graphics/grap/patches/patch-ab
2006-01-09 19:46:01 +00:00

21 lines
393 B
Text

$NetBSD: patch-ab,v 1.2 2006/01/09 19:46:01 joerg Exp $
--- grap.h.orig 2002-10-26 16:32:03.000000000 +0000
+++ grap.h
@@ -7,7 +7,16 @@
#define DEFINES "/usr/share/grap/grap.defines"
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+extern bool print_lex_debug;
+
+using namespace std;
+
#ifndef STDC_HEADERS
+
extern "C" {
#ifndef __GNUC__
size_t strlen(const char*);