pkgsrc/textproc/jade/patches/patch-al
2002-12-23 20:05:07 +00:00

15 lines
329 B
Text

$NetBSD: patch-al,v 1.1 2002/12/23 20:05:07 jschauma Exp $
--- include/Vector.cxx.orig Sun Dec 22 13:01:13 2002
+++ include/Vector.cxx Sun Dec 22 13:01:31 2002
@@ -7,6 +7,10 @@
#include <stddef.h>
#include <string.h>
+#ifdef sgi
+#include "Vector.h"
+#endif
+
#ifdef SP_QUAL_TEMPLATE_DTOR_BROKEN
#define DTOR(T) ~T
#else