pkgsrc/math/eukleides10/patches/patch-aa
ryoon 1775763d67 Re-import eukleides-1.0.3 as math/eukleides10.
A Euclidean drawing language compiler which allows one to typeset
geometry figures within a (La)TeX document. This program is also useful
to convert such figures into EPS format or into various other vector
graphic formats.
This package is legacy version.
2013-06-10 12:25:59 +00:00

12 lines
274 B
Text

$NetBSD: patch-aa,v 1.1 2013/06/10 12:25:59 ryoon Exp $
--- parser.y.orig 2008-12-19 14:31:22.000000000 +0100
+++ parser.y
@@ -24,6 +24,7 @@
#include "types.h"
#include "geometry.h"
#include "drawing.h"
+#include "parser.tab.h"
int yylex(void);
int warning(char *);