pkgsrc/textproc/aiksaurus/patches/patch-gtk_src_gtkAiksaur.t.cpp
dholland 251cb2fc9c Add option (off by default) to build gtk support. From PR 44878 by
David H. Gutteridge, with some minor adjustments.

Plus a couple small patches to make gtk support actually build. :-/
2014-12-06 19:04:13 +00:00

14 lines
357 B
C++

$NetBSD: patch-gtk_src_gtkAiksaur.t.cpp,v 1.1 2014/12/06 19:04:14 dholland Exp $
Use standard headers.
--- gtk/src/gtkAiksaur.t.cpp~ 2002-01-12 02:02:12.000000000 +0000
+++ gtk/src/gtkAiksaur.t.cpp
@@ -23,6 +23,7 @@
#include <gtk/gtk.h>
#include <iostream>
#include <string>
+#include <cstdlib>
using namespace std;
int main(int argc, char** argv)